Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -91,7 +91,7 @@ examples=[
|
|
91 |
[{"text": "What is this UI about?", "files": ["example_images/s2w_example.png"]}],
|
92 |
]
|
93 |
demo = gr.ChatInterface(fn=model_inference, title="SmolVLM-256M: The Smollest VLM ever 💫",
|
94 |
-
description="Play with [HuggingFaceTB/SmolVLM-Instruct
|
95 |
examples=examples,
|
96 |
textbox=gr.MultimodalTextbox(label="Query Input", file_types=["image"], file_count="multiple"), stop_btn="Stop Generation", multimodal=True,
|
97 |
cache_examples=False
|
|
|
91 |
[{"text": "What is this UI about?", "files": ["example_images/s2w_example.png"]}],
|
92 |
]
|
93 |
demo = gr.ChatInterface(fn=model_inference, title="SmolVLM-256M: The Smollest VLM ever 💫",
|
94 |
+
description="Play with [HuggingFaceTB/SmolVLM-500M-Instruct](https://huggingface.co/HuggingFaceTB/SmolVLM-500M-Instruct) in this demo. To get started, upload an image and text or try one of the examples. This demo doesn't use history for the chat, so every chat you start is a new conversation.",
|
95 |
examples=examples,
|
96 |
textbox=gr.MultimodalTextbox(label="Query Input", file_types=["image"], file_count="multiple"), stop_btn="Stop Generation", multimodal=True,
|
97 |
cache_examples=False
|