rodrigomasini commited on
Commit
4b4096d
·
verified ·
1 Parent(s): 80f3c71

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -215,7 +215,7 @@ def chatbot_conversation(audio_file_path):
215
  # Gradio interface setup
216
  gr.Interface(
217
  fn=chatbot_conversation,
218
- inputs=gr.Audio(label="User", type="filepath", streaming=True, container=True),
219
  outputs=[
220
  gr.Textbox(label="Transcription"),
221
  gr.Audio(type="filepath", autoplay=True, label="MAGIC Chat")
 
215
  # Gradio interface setup
216
  gr.Interface(
217
  fn=chatbot_conversation,
218
+ inputs=gr.Audio(label="User", type="filepath", streaming=False, container=True),
219
  outputs=[
220
  gr.Textbox(label="Transcription"),
221
  gr.Audio(type="filepath", autoplay=True, label="MAGIC Chat")