ZennyKenny commited on
Commit
7dd97fd
1 Parent(s): b8b578e

update target space

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -10,7 +10,7 @@ time_start = datetime.now()
10
 
11
  def restart():
12
  gr.Info("Restarting space...")
13
- restart_space("davanstrien/restart", token=HF_TOKEN)
14
 
15
 
16
  with gr.Blocks() as demo:
 
10
 
11
  def restart():
12
  gr.Info("Restarting space...")
13
+ restart_space("ZennyKenny/restart-test", token=HF_TOKEN)
14
 
15
 
16
  with gr.Blocks() as demo: