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