AMKCode commited on
Commit
81d79e6
·
1 Parent(s): 3daf848

test restart 2

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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()