Spaces:
Runtime error
Runtime error
measmonysuon
commited on
Commit
•
9342a8f
1
Parent(s):
aa572e9
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='API_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', add_to_git_credential=True)
|
14 |
|
15 |
# Define your headers including the Authorization with your token
|
16 |
headers = {
|