Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -10,11 +10,11 @@ from apscheduler.schedulers.background import BackgroundScheduler
|
|
| 10 |
|
| 11 |
DB_FILE = "./reviews.db"
|
| 12 |
|
| 13 |
-
TOKEN = os.environ.get(
|
| 14 |
repo = huggingface_hub.Repository(
|
| 15 |
local_dir="data",
|
| 16 |
repo_type="dataset",
|
| 17 |
-
clone_from="
|
| 18 |
use_auth_token=TOKEN
|
| 19 |
)
|
| 20 |
repo.git_pull()
|
|
|
|
| 10 |
|
| 11 |
DB_FILE = "./reviews.db"
|
| 12 |
|
| 13 |
+
TOKEN = os.environ.get(openai_api_key)
|
| 14 |
repo = huggingface_hub.Repository(
|
| 15 |
local_dir="data",
|
| 16 |
repo_type="dataset",
|
| 17 |
+
clone_from="Kilos1/my-reviews",
|
| 18 |
use_auth_token=TOKEN
|
| 19 |
)
|
| 20 |
repo.git_pull()
|