merve HF staff commited on
Commit
64aeb13
1 Parent(s): cdc01a3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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