Spaces:
Configuration error
Configuration error
Update app.py
Browse files
app.py
CHANGED
|
@@ -133,7 +133,7 @@ gr_interface = gr.Interface(
|
|
| 133 |
["A helicopter is in flight"],
|
| 134 |
["A dog barking and a man talking and a racing car passes by"],
|
| 135 |
],
|
| 136 |
-
cache_examples=
|
| 137 |
)
|
| 138 |
|
| 139 |
# Launch Gradio app
|
|
|
|
| 133 |
["A helicopter is in flight"],
|
| 134 |
["A dog barking and a man talking and a racing car passes by"],
|
| 135 |
],
|
| 136 |
+
cache_examples=True,
|
| 137 |
)
|
| 138 |
|
| 139 |
# Launch Gradio app
|