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
Graduate
2020-06-05 14:50:13 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
9c6fe121997fe9e1d517a669d07e30c5986535b1
9c6fe121
1 parent
8994125b
Change mysql password
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
server/server.py
server/server.py
View file @
9c6fe12
...
...
@@ -22,8 +22,8 @@ print('Running on device: {}'.format(device))
model
=
InceptionResnetV1
()
.
eval
()
.
to
(
device
)
attendance_db
=
pymysql
.
connect
(
user
=
'root'
,
passwd
=
'
5978'
,
host
=
'
127.0.0.1
'
,
passwd
=
'
1234
,
host='
localhost
',
db='
attendance
',
charset='
utf8
'
)
...
...
Please
register
or
login
to post a comment