vobecant
commited on
Commit
·
2053abc
1
Parent(s):
5c84b7d
Initial commit.
Browse files
app.py
CHANGED
@@ -226,7 +226,8 @@ examples += ['examples/cs{}.jpg'.format(i) for i in range(2, 5)]
|
|
226 |
# predict(examples[0])
|
227 |
|
228 |
iface = gr.Interface(predict, inputs=gr.inputs.Image(type='filepath'), title=title, description=description,
|
229 |
-
article=article,
|
|
|
230 |
outputs=[gr.outputs.Image(label="Pseudo segmentation", type="pil"),
|
231 |
gr.outputs.Image(label="Mapping to Cityscapes", type="pil")],
|
232 |
examples=examples)
|
|
|
226 |
# predict(examples[0])
|
227 |
|
228 |
iface = gr.Interface(predict, inputs=gr.inputs.Image(type='filepath'), title=title, description=description,
|
229 |
+
article=article,
|
230 |
+
# theme='dark',
|
231 |
outputs=[gr.outputs.Image(label="Pseudo segmentation", type="pil"),
|
232 |
gr.outputs.Image(label="Mapping to Cityscapes", type="pil")],
|
233 |
examples=examples)
|