Spaces:
Runtime error
Runtime error
measmonysuon
commited on
Commit
•
aa572e9
1
Parent(s):
090402e
Update app.py
Browse files
app.py
CHANGED
@@ -10,7 +10,7 @@ API_TOKEN = os.getenv('ZeroGPU')
|
|
10 |
BASE_URL = os.getenv('SpaceURL')
|
11 |
|
12 |
# Set your token
|
13 |
-
login(token=
|
14 |
|
15 |
# Define your headers including the Authorization with your token
|
16 |
headers = {
|
|
|
10 |
BASE_URL = os.getenv('SpaceURL')
|
11 |
|
12 |
# Set your token
|
13 |
+
login(token='API_TOKEN')
|
14 |
|
15 |
# Define your headers including the Authorization with your token
|
16 |
headers = {
|