rasyosef commited on
Commit
20f1fbd
1 Parent(s): 79f387f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -64,6 +64,7 @@ with gr.Blocks() as demo:
64
  fn=generate,
65
  additional_inputs=[tokens_slider],
66
  stop_btn=None,
 
67
  examples=[
68
  # ["Translate the word 'cat' to German."],
69
  ["Recommend me three animated movies."],
 
64
  fn=generate,
65
  additional_inputs=[tokens_slider],
66
  stop_btn=None,
67
+ cache_examples=False,
68
  examples=[
69
  # ["Translate the word 'cat' to German."],
70
  ["Recommend me three animated movies."],