Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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'?"],
|