Spaces:
Runtime error
Runtime error
hieunguyen1053
commited on
Commit
•
a22edf4
1
Parent(s):
73ffe91
update
Browse files
app.py
CHANGED
@@ -15,7 +15,7 @@ api = HfApi(token=HIDDEN_TOKEN)
|
|
15 |
fs = HfFileSystem(token=HIDDEN_TOKEN)
|
16 |
|
17 |
def restart_space():
|
18 |
-
api.restart_space(repo_id="
|
19 |
|
20 |
leaderboard_df = load_from_hub(fs, RESULTS_REPO)
|
21 |
|
|
|
15 |
fs = HfFileSystem(token=HIDDEN_TOKEN)
|
16 |
|
17 |
def restart_space():
|
18 |
+
api.restart_space(repo_id="vlsp-2023-vllm/VLLMs-Leaderboard", token=HIDDEN_TOKEN)
|
19 |
|
20 |
leaderboard_df = load_from_hub(fs, RESULTS_REPO)
|
21 |
|