Spaces:
Runtime error
Runtime error
Commit
·
a74d764
1
Parent(s):
e53cbb6
Update app.py
Browse files
app.py
CHANGED
|
@@ -25,13 +25,13 @@ TOKEN = os.environ.get('HF_KEY')
|
|
| 25 |
repo = huggingface_hub.Repository(
|
| 26 |
local_dir="data",
|
| 27 |
repo_type="space",
|
| 28 |
-
clone_from="
|
| 29 |
use_auth_token=TOKEN
|
| 30 |
)
|
| 31 |
repo.git_pull()
|
| 32 |
|
| 33 |
# Set db to latest
|
| 34 |
-
#shutil.copyfile("./data/
|
| 35 |
|
| 36 |
# Create table if it doesn't already exist
|
| 37 |
|
|
|
|
| 25 |
repo = huggingface_hub.Repository(
|
| 26 |
local_dir="data",
|
| 27 |
repo_type="space",
|
| 28 |
+
clone_from="CogSphere/aCogSphere",
|
| 29 |
use_auth_token=TOKEN
|
| 30 |
)
|
| 31 |
repo.git_pull()
|
| 32 |
|
| 33 |
# Set db to latest
|
| 34 |
+
#shutil.copyfile("./data/reviews02.db", DB_FILE)
|
| 35 |
|
| 36 |
# Create table if it doesn't already exist
|
| 37 |
|