Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -135,6 +135,6 @@ iface = gr.Interface(fn=edict, inputs=[gr.Image(interactive=False),
|
|
135 |
outputs="image",
|
136 |
description=description,
|
137 |
article=article,
|
138 |
-
cache_examples=
|
139 |
)
|
140 |
iface.launch()
|
|
|
135 |
outputs="image",
|
136 |
description=description,
|
137 |
article=article,
|
138 |
+
cache_examples=True
|
139 |
)
|
140 |
iface.launch()
|