Mahmous commited on
Commit
b3c51b3
·
verified ·
1 Parent(s): f3d41db

Update api.py

Browse files
Files changed (1) hide show
  1. api.py +1 -1
api.py CHANGED
@@ -270,7 +270,7 @@ def voice_chat():
270
  {
271
  "transcript": text,
272
  "answer": answer_text,
273
- "audio_url": f""audio_url": f"https://mahmous-chatbot3.hf.space/audio/{os.path.basename(speech_file.name)}",
274
  }
275
  )
276
 
 
270
  {
271
  "transcript": text,
272
  "answer": answer_text,
273
+ "audio_url": f"https://mahmous-chatbot3.hf.space/audio/{os.path.basename(speech_file.name)}",
274
  }
275
  )
276