Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
|
@@ -130,7 +130,7 @@ with gr.Blocks(theme=seafoam, analytics_enabled=False, css=css) as demo:
|
|
| 130 |
gr.Examples(
|
| 131 |
examples=examples,
|
| 132 |
inputs=[instruction],
|
| 133 |
-
cache_examples=
|
| 134 |
fn=process_example,
|
| 135 |
outputs=[output],
|
| 136 |
)
|
|
|
|
| 130 |
gr.Examples(
|
| 131 |
examples=examples,
|
| 132 |
inputs=[instruction],
|
| 133 |
+
cache_examples=False,
|
| 134 |
fn=process_example,
|
| 135 |
outputs=[output],
|
| 136 |
)
|