Update app.py
Browse files
app.py
CHANGED
@@ -142,7 +142,7 @@ demo = gr.ChatInterface(fn=model_inference, title="SmolVLM: Small yet Mighty
|
|
142 |
interactive=True,
|
143 |
label="Top P",
|
144 |
info="Higher values is equivalent to sampling more low-probability tokens.",
|
145 |
-
)],
|
146 |
)
|
147 |
|
148 |
|
|
|
142 |
interactive=True,
|
143 |
label="Top P",
|
144 |
info="Higher values is equivalent to sampling more low-probability tokens.",
|
145 |
+
)],cache_examples=False
|
146 |
)
|
147 |
|
148 |
|