Toggle navigation
Toggle navigation
This project
Loading...
Sign in
2020-1-capstone-design1
/
KHY_Project1
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Graphs
Network
Create a new issue
Commits
Issue Boards
Authored by
root
2020-06-09 02:54:21 +0000
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
4d226136ad1870b0eb3a053f03b373cea74837f4
4d226136
1 parent
c89f1114
Change DB password
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
server/server.py
server/server.py
View file @
4d22613
...
...
@@ -22,7 +22,7 @@ print('Running on device: {}'.format(device))
model
=
InceptionResnetV1
()
.
eval
()
.
to
(
device
)
attendance_db
=
pymysql
.
connect
(
user
=
'root'
,
passwd
=
'
1234
'
,
passwd
=
''
,
host
=
'localhost'
,
db
=
'attendance'
,
charset
=
'utf8'
...
...
Please
register
or
login
to post a comment