Spaces:
Sleeping
Sleeping
Update description
Browse files
app.py
CHANGED
@@ -598,7 +598,7 @@ demo = gr.ChatInterface(
|
|
598 |
)
|
599 |
],
|
600 |
cache_examples=False,
|
601 |
-
description="Try
|
602 |
stop_btn="Stop Generation",
|
603 |
fill_height=True,
|
604 |
multimodal=True
|
|
|
598 |
)
|
599 |
],
|
600 |
cache_examples=False,
|
601 |
+
description="Try AreaX Llama3.2-11B Vision Model by Meta with transformers in this demo. Upload an image, and start chatting about it, or simply type your question.",
|
602 |
stop_btn="Stop Generation",
|
603 |
fill_height=True,
|
604 |
multimodal=True
|