Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -65,6 +65,7 @@ def run(history, text, image, audio_upload, audio_mic):
|
|
65 |
|
66 |
with gr.Blocks() as demo:
|
67 |
gr.Markdown("## 🤖 Multi-modal LLM")
|
|
|
68 |
|
69 |
with gr.Row():
|
70 |
with gr.Column(scale=4):
|
|
|
65 |
|
66 |
with gr.Blocks() as demo:
|
67 |
gr.Markdown("## 🤖 Multi-modal LLM")
|
68 |
+
gr.Markdown("This is a multi-modal LLM that takes text, image and audio as inputs.")
|
69 |
|
70 |
with gr.Row():
|
71 |
with gr.Column(scale=4):
|