Update app.py
Browse files
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 |
-
|
| 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():
|