Update app.py
Browse files
app.py
CHANGED
|
@@ -63,7 +63,7 @@ def handle_followup(followup_audio):
|
|
| 63 |
|
| 64 |
# --- Gradio App ---
|
| 65 |
with gr.Blocks() as demo:
|
| 66 |
-
gr.Markdown("##Multimodal Visual Q&A with Audio Output")
|
| 67 |
|
| 68 |
with gr.Row():
|
| 69 |
with gr.Column():
|
|
|
|
| 63 |
|
| 64 |
# --- Gradio App ---
|
| 65 |
with gr.Blocks() as demo:
|
| 66 |
+
gr.Markdown("## Multimodal Visual Q&A with Audio Output")
|
| 67 |
|
| 68 |
with gr.Row():
|
| 69 |
with gr.Column():
|