andito HF staff commited on
Commit
6609c1f
·
verified ·
1 Parent(s): fe4fa5b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
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
- ],cache_examples=False
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