Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -92,9 +92,8 @@ demo = gr.ChatInterface(fn=model_inference, title="SmolVLM: Small yet Mighty
|
|
92 |
description="Play with [HuggingFaceTB/SmolVLM-Instruct](https://huggingface.co/HuggingFaceTB/SmolVLM-Instruct) in this demo. To get started, upload an image and text or try one of the examples. This checkpoint works best with single turn conversations, so clear the conversation after a single turn.",
|
93 |
examples=examples,
|
94 |
textbox=gr.MultimodalTextbox(label="Query Input", file_types=["image"], file_count="multiple"), stop_btn="Stop Generation", multimodal=True,
|
95 |
-
|
96 |
)
|
97 |
-
|
98 |
|
99 |
|
100 |
|
|
|
92 |
description="Play with [HuggingFaceTB/SmolVLM-Instruct](https://huggingface.co/HuggingFaceTB/SmolVLM-Instruct) in this demo. To get started, upload an image and text or try one of the examples. This checkpoint works best with single turn conversations, so clear the conversation after a single turn.",
|
93 |
examples=examples,
|
94 |
textbox=gr.MultimodalTextbox(label="Query Input", file_types=["image"], file_count="multiple"), stop_btn="Stop Generation", multimodal=True,
|
95 |
+
cache_examples=False
|
96 |
)
|
|
|
97 |
|
98 |
|
99 |
|