Spaces:
Runtime error
Runtime error
bram-w
commited on
Commit
•
ad298de
1
Parent(s):
36c3ba1
editing text
Browse files
app.py
CHANGED
@@ -135,5 +135,5 @@ iface = gr.Interface(fn=edict, inputs=["image",
|
|
135 |
outputs="image",
|
136 |
description=description,
|
137 |
article=article,
|
138 |
-
cache_examples=
|
139 |
iface.launch()
|
|
|
135 |
outputs="image",
|
136 |
description=description,
|
137 |
article=article,
|
138 |
+
cache_examples=True)
|
139 |
iface.launch()
|