Spaces:
Runtime error
Runtime error
measmonysuon
commited on
Commit
•
7b67b7f
1
Parent(s):
81c20ce
Update app.py
Browse files
app.py
CHANGED
@@ -5,7 +5,7 @@ import logging
|
|
5 |
import requests
|
6 |
|
7 |
webhook_server = os.getenv('webhook_server')
|
8 |
-
|
9 |
BASE_URL = os.getenv('SpaceURL')
|
10 |
|
11 |
# Define your headers including the Authorization with your token
|
|
|
5 |
import requests
|
6 |
|
7 |
webhook_server = os.getenv('webhook_server')
|
8 |
+
API_TOKEN = os.getenv('ZeroGPU')
|
9 |
BASE_URL = os.getenv('SpaceURL')
|
10 |
|
11 |
# Define your headers including the Authorization with your token
|