meg HF staff commited on
Commit
56393bf
·
verified ·
1 Parent(s): f0ab7ff

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -6,7 +6,7 @@ TOKEN = os.environ.get("DEBUG")
6
  API = HfApi(token=TOKEN)
7
 
8
  def update(name):
9
- API.restart_space("EnergyStarAI/backend_test")
10
  return f"Okay! EnergyStarAI/launch-computation-example should be running now!"
11
 
12
  with gr.Blocks() as demo:
 
6
  API = HfApi(token=TOKEN)
7
 
8
  def update(name):
9
+ API.restart_space("EnergyStarAI/launch-computation-example")
10
  return f"Okay! EnergyStarAI/launch-computation-example should be running now!"
11
 
12
  with gr.Blocks() as demo: