Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -188,6 +188,7 @@ def transcribe_audio(file_url, language="", prompt="get all text from this Audio
|
|
| 188 |
headers = {
|
| 189 |
"User-Agent": "Mozilla/5.0",
|
| 190 |
"Content-Type": "application/json",
|
|
|
|
| 191 |
"Cookie": AUTH_COOKIE
|
| 192 |
}
|
| 193 |
|
|
|
|
| 188 |
headers = {
|
| 189 |
"User-Agent": "Mozilla/5.0",
|
| 190 |
"Content-Type": "application/json",
|
| 191 |
+
"x-bot-id": bot_id,
|
| 192 |
"Cookie": AUTH_COOKIE
|
| 193 |
}
|
| 194 |
|