Spaces:
Runtime error
Runtime error
ahmedJaafari
commited on
Commit
•
cf8bf73
1
Parent(s):
19bf4f8
Update app.py
Browse files
app.py
CHANGED
@@ -11,7 +11,7 @@ def submit_video(video_url):
|
|
11 |
"Accept": "*/*",
|
12 |
"Accept-Encoding": "gzip, deflate",
|
13 |
"Authorization":
|
14 |
-
f"Basic {os.getenv(
|
15 |
"Connection": "keep-alive",
|
16 |
"Content-Type": "application/json"
|
17 |
}
|
|
|
11 |
"Accept": "*/*",
|
12 |
"Accept-Encoding": "gzip, deflate",
|
13 |
"Authorization":
|
14 |
+
f"Basic {os.getenv('SECRET_TOKEN')}",
|
15 |
"Connection": "keep-alive",
|
16 |
"Content-Type": "application/json"
|
17 |
}
|