CORVO-AI commited on
Commit
f129942
·
verified ·
1 Parent(s): 910df9c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
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