Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
|
@@ -859,7 +859,7 @@ def classify(platform, UserInput, Images, Textbox2, Textbox3):
|
|
| 859 |
}
|
| 860 |
)
|
| 861 |
headers = {
|
| 862 |
-
'Authorization': f'Bearer {
|
| 863 |
'User-Agent': 'Apifox/1.0.0 (https://apifox.com)',
|
| 864 |
'Content-Type': 'application/json'
|
| 865 |
}
|
|
|
|
| 859 |
}
|
| 860 |
)
|
| 861 |
headers = {
|
| 862 |
+
'Authorization': f'Bearer {auth2}',
|
| 863 |
'User-Agent': 'Apifox/1.0.0 (https://apifox.com)',
|
| 864 |
'Content-Type': 'application/json'
|
| 865 |
}
|