Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
|
@@ -938,7 +938,7 @@ def classify(platform, UserInput, Images, Textbox2, Textbox3):
|
|
| 938 |
header = {
|
| 939 |
"User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/118.0.0.0 Safari/537.36",
|
| 940 |
"Content-Type": "application/json",
|
| 941 |
-
"Authorization": f"Bearer {auth}"
|
| 942 |
}
|
| 943 |
|
| 944 |
try:
|
|
|
|
| 938 |
header = {
|
| 939 |
"User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/118.0.0.0 Safari/537.36",
|
| 940 |
"Content-Type": "application/json",
|
| 941 |
+
# "Authorization": f"Bearer {auth}"
|
| 942 |
}
|
| 943 |
|
| 944 |
try:
|