Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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=
|
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")
|