Spaces:
Runtime error
Runtime error
CognitiveScience
commited on
Commit
•
58d82ec
1
Parent(s):
fb6ebd2
Update app.py
Browse files
app.py
CHANGED
@@ -39,7 +39,11 @@ repo = huggingface_hub.Repository(
|
|
39 |
)
|
40 |
repo.git_pull()
|
41 |
|
42 |
-
|
|
|
|
|
|
|
|
|
43 |
|
44 |
# Set db to latest
|
45 |
#shutil.copyfile("./data/reviews01.db", DB_FILE)
|
|
|
39 |
)
|
40 |
repo.git_pull()
|
41 |
|
42 |
+
from huggingface_hub import whoami
|
43 |
+
print (whoami())
|
44 |
+
|
45 |
+
|
46 |
+
login(token=TOKEN)
|
47 |
|
48 |
# Set db to latest
|
49 |
#shutil.copyfile("./data/reviews01.db", DB_FILE)
|