Spaces:
Runtime error
Runtime error
test restart 2
Browse files
app.py
CHANGED
|
@@ -210,7 +210,7 @@ def clean():
|
|
| 210 |
os.system("rm -rf dist/")
|
| 211 |
|
| 212 |
def restart_space():
|
| 213 |
-
HfApi().restart_space(repo_id="", token=os.environ.get("HF_TOKEN"), factory_reboot=True)
|
| 214 |
|
| 215 |
with gr.Blocks() as demo:
|
| 216 |
gr.LoginButton()
|
|
|
|
| 210 |
os.system("rm -rf dist/")
|
| 211 |
|
| 212 |
def restart_space():
|
| 213 |
+
HfApi().restart_space(repo_id="mlc-ai/MLC-Weight-Conversion", token=os.environ.get("HF_TOKEN"), factory_reboot=True)
|
| 214 |
|
| 215 |
with gr.Blocks() as demo:
|
| 216 |
gr.LoginButton()
|