Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -131,9 +131,10 @@ iface = gr.Interface(fn=edict, inputs=[gr.Image(interactive=False),
|
|
131 |
gr.Slider(0.0, 1, value=0.8, step=0.05),
|
132 |
gr.Slider(0, 10, value=3, step=0.5),
|
133 |
],
|
134 |
-
examples = examples,
|
135 |
outputs="image",
|
136 |
description=description,
|
137 |
article=article,
|
138 |
-
cache_examples=True
|
|
|
139 |
iface.launch()
|
|
|
131 |
gr.Slider(0.0, 1, value=0.8, step=0.05),
|
132 |
gr.Slider(0, 10, value=3, step=0.5),
|
133 |
],
|
134 |
+
# examples = examples,
|
135 |
outputs="image",
|
136 |
description=description,
|
137 |
article=article,
|
138 |
+
#cache_examples=True
|
139 |
+
)
|
140 |
iface.launch()
|