Narsil HF staff commited on
Commit
2ecaeb5
1 Parent(s): a2a1e98

Update app.py

Browse files

Force restart this :(

Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -11,6 +11,8 @@ from screenshot import (
11
  )
12
  from spaces_info import description, examples, initial_prompt_value
13
 
 
 
14
  API_URL = os.getenv("API_URL")
15
  HF_API_TOKEN = os.getenv("HF_API_TOKEN")
16
 
 
11
  )
12
  from spaces_info import description, examples, initial_prompt_value
13
 
14
+
15
+
16
  API_URL = os.getenv("API_URL")
17
  HF_API_TOKEN = os.getenv("HF_API_TOKEN")
18