Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -25,5 +25,5 @@ iface = gr.Interface(
|
|
25 |
examples=["Namaste"],
|
26 |
)
|
27 |
|
28 |
-
# Launch the interface with
|
29 |
-
iface.launch(
|
|
|
25 |
examples=["Namaste"],
|
26 |
)
|
27 |
|
28 |
+
# Launch the interface with caching enabled.
|
29 |
+
iface.launch(cache_examples=True, show_error=True)
|