Spaces:
Runtime error
Runtime error
Commit
·
00a86b9
1
Parent(s):
f548568
Update app.py
Browse files
app.py
CHANGED
|
@@ -20,6 +20,7 @@ if HF_TOKEN:
|
|
| 20 |
repo = Repository(
|
| 21 |
local_dir="data", clone_from="trl-lib/stack-llama-prompts", use_auth_token=HF_TOKEN, repo_type="dataset"
|
| 22 |
)
|
|
|
|
| 23 |
|
| 24 |
client = Client(
|
| 25 |
API_URL,
|
|
|
|
| 20 |
repo = Repository(
|
| 21 |
local_dir="data", clone_from="trl-lib/stack-llama-prompts", use_auth_token=HF_TOKEN, repo_type="dataset"
|
| 22 |
)
|
| 23 |
+
repo.git_pull()
|
| 24 |
|
| 25 |
client = Client(
|
| 26 |
API_URL,
|