Update app.py
Browse files
app.py
CHANGED
|
@@ -109,8 +109,7 @@ with gr.Blocks(css=css,
|
|
| 109 |
],
|
| 110 |
examples_per_page=3,
|
| 111 |
inputs=[input_box],
|
| 112 |
-
|
| 113 |
-
|
| 114 |
)
|
| 115 |
|
| 116 |
|
|
|
|
| 109 |
],
|
| 110 |
examples_per_page=3,
|
| 111 |
inputs=[input_box],
|
| 112 |
+
cache_examples=True,
|
|
|
|
| 113 |
)
|
| 114 |
|
| 115 |
|