Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -241,6 +241,7 @@ demo = gr.ChatInterface(
|
|
241 |
[{"text": "Create a short story based on the image.", "files": ["examples/1.jpg"]}],
|
242 |
],
|
243 |
cache_examples=False,
|
|
|
244 |
type="messages",
|
245 |
fill_height=True,
|
246 |
textbox=gr.MultimodalTextbox(label="Query Input", file_types=["image", "video"], file_count="multiple"),
|
|
|
241 |
[{"text": "Create a short story based on the image.", "files": ["examples/1.jpg"]}],
|
242 |
],
|
243 |
cache_examples=False,
|
244 |
+
description="# **Pocket Llama**",
|
245 |
type="messages",
|
246 |
fill_height=True,
|
247 |
textbox=gr.MultimodalTextbox(label="Query Input", file_types=["image", "video"], file_count="multiple"),
|