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 03:28:50 +0000
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
58be6cdb107333fa721bf5a09c78f8d980bf487f
58be6cdb
1 parent
4d226136
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 @
58be6cd
...
...
@@ -22,7 +22,7 @@ print('Running on device: {}'.format(device))
model
=
InceptionResnetV1
()
.
eval
()
.
to
(
device
)
attendance_db
=
pymysql
.
connect
(
user
=
'root'
,
passwd
=
''
,
passwd
=
'
1234
'
,
host
=
'localhost'
,
db
=
'attendance'
,
charset
=
'utf8'
...
...
Please
register
or
login
to post a comment