Spaces:
Runtime error
Runtime error
bram-w
commited on
Commit
·
2652bae
1
Parent(s):
c2305a3
description
Browse files
app.py
CHANGED
@@ -131,7 +131,7 @@ iface = gr.Interface(fn=edict, inputs=["image",
|
|
131 |
],
|
132 |
examples = examples,
|
133 |
outputs="image",
|
134 |
-
description=description
|
135 |
article=article,
|
136 |
cache_examples=False)
|
137 |
iface.launch()
|
|
|
131 |
],
|
132 |
examples = examples,
|
133 |
outputs="image",
|
134 |
+
description=description,
|
135 |
article=article,
|
136 |
cache_examples=False)
|
137 |
iface.launch()
|