Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -92,7 +92,7 @@ demo = gr.ChatInterface(fn=bot_streaming, title="Multimodal Llama", examples=[
|
|
| 92 |
)
|
| 93 |
],
|
| 94 |
cache_examples=False,
|
| 95 |
-
description="Try Multimodal
|
| 96 |
stop_btn="Stop Generation",
|
| 97 |
fill_height=True,
|
| 98 |
multimodal=True)
|
|
|
|
| 92 |
)
|
| 93 |
],
|
| 94 |
cache_examples=False,
|
| 95 |
+
description="Try Multimodal LlamaV-o1 with transformers in this demo. Upload an image, and start chatting about it, or simply try one of the examples below. ",
|
| 96 |
stop_btn="Stop Generation",
|
| 97 |
fill_height=True,
|
| 98 |
multimodal=True)
|