tangxuemei commited on
Commit
1b0ba0c
·
verified ·
1 Parent(s): 9346fc9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -13,7 +13,7 @@ import os
13
  TOKEN = os.environ.get("HF_TOKEN", None)
14
 
15
  def restart_space():
16
- envs.API.restart_space(repo_id=envs.REPO_ID, token=envs.TOKEN)
17
 
18
  try:
19
  print(envs.EVAL_REQUESTS_PATH)
 
13
  TOKEN = os.environ.get("HF_TOKEN", None)
14
 
15
  def restart_space():
16
+ envs.API.restart_space(repo_id=envs.REPO_ID, token=TOKEN)
17
 
18
  try:
19
  print(envs.EVAL_REQUESTS_PATH)