Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -64,7 +64,7 @@ def run(history, text, image, audio_upload, audio_mic):
|
|
| 64 |
return history, None, None, None, None
|
| 65 |
|
| 66 |
with gr.Blocks() as demo:
|
| 67 |
-
gr.Markdown("##
|
| 68 |
|
| 69 |
with gr.Row():
|
| 70 |
with gr.Column(scale=4):
|
|
|
|
| 64 |
return history, None, None, None, None
|
| 65 |
|
| 66 |
with gr.Blocks() as demo:
|
| 67 |
+
gr.Markdown("## 🤖 Multi-modal LLM")
|
| 68 |
|
| 69 |
with gr.Row():
|
| 70 |
with gr.Column(scale=4):
|