merve HF staff commited on
Commit
f0bab8d
1 Parent(s): 7b90471

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -178,4 +178,4 @@ with gr.Blocks() as demo:
178
  max_new_tokens, repetition_penalty, top_p], outputs=output)
179
 
180
 
181
- demo.launch(debug=True)
 
178
  max_new_tokens, repetition_penalty, top_p], outputs=output)
179
 
180
 
181
+ demo.launch(debug=True, cache_examples=False)