Spaces:
Runtime error
Runtime error
Commit
β’
e08462b
1
Parent(s):
6cd57e5
Update app.py
Browse files
app.py
CHANGED
@@ -11,7 +11,7 @@ import os
|
|
11 |
|
12 |
def restart_space():
|
13 |
HfApi().restart_space(
|
14 |
-
repo_id="
|
15 |
token=os.environ.get("HF_TOKEN", None),
|
16 |
)
|
17 |
|
|
|
11 |
|
12 |
def restart_space():
|
13 |
HfApi().restart_space(
|
14 |
+
repo_id="IlyasMoutawwakil/llm-bar-race",
|
15 |
token=os.environ.get("HF_TOKEN", None),
|
16 |
)
|
17 |
|