rasyosef commited on
Commit
bbb845f
1 Parent(s): 5fc6e78

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -72,6 +72,7 @@ with gr.Blocks() as demo:
72
  fn=generate,
73
  additional_inputs=[tokens_slider],
74
  stop_btn=None,
 
75
  examples=[
76
  ["Hi"],
77
  ["What's the German word for 'car'?"],
 
72
  fn=generate,
73
  additional_inputs=[tokens_slider],
74
  stop_btn=None,
75
+ cache_examples=False,
76
  examples=[
77
  ["Hi"],
78
  ["What's the German word for 'car'?"],