K00B404 commited on
Commit
933bcdc
·
verified ·
1 Parent(s): 677a78e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -165,8 +165,8 @@ def create_ui():
165
  """Build and launch the Gradio interface."""
166
  with gr.Blocks(title="Enhanced Voice-to-Voice Chatbot with Images") as ui:
167
  gr.Markdown("## Voice-to-Voice AI Chatbot\nTalk to the AI and see its responses, including images it generates!")
168
-
169
- audio_input = gr.Audio(source="upload", type="filepath", label="Input Audio File")
170
  submit_button = gr.Button("Submit")
171
 
172
  with gr.Row():
 
165
  """Build and launch the Gradio interface."""
166
  with gr.Blocks(title="Enhanced Voice-to-Voice Chatbot with Images") as ui:
167
  gr.Markdown("## Voice-to-Voice AI Chatbot\nTalk to the AI and see its responses, including images it generates!")
168
+ audio_input = gr.Audio(type="filepath", label="Input Audio File")
169
+
170
  submit_button = gr.Button("Submit")
171
 
172
  with gr.Row():