vobecant commited on
Commit ·
4322811
1
Parent(s): 33261bd
Initial commit.
Browse files
app.py
CHANGED
|
@@ -158,7 +158,7 @@ description = 'Gradio Demo accompanying paper "Drive&Segment: Unsupervised Seman
|
|
| 158 |
# article = "<p style='text-align: center'><a href='TODO' target='_blank'>Project Page</a> | <a href='codelink' target='_blank'>Github</a></p>"
|
| 159 |
examples = ['examples/img1.png']
|
| 160 |
|
| 161 |
-
predict(examples[0])
|
| 162 |
|
| 163 |
iface = gr.Interface(predict, gr.inputs.Image(type='filepath'), "image", title=title, description=description,
|
| 164 |
examples=examples)
|
|
|
|
| 158 |
# article = "<p style='text-align: center'><a href='TODO' target='_blank'>Project Page</a> | <a href='codelink' target='_blank'>Github</a></p>"
|
| 159 |
examples = ['examples/img1.png']
|
| 160 |
|
| 161 |
+
# predict(examples[0])
|
| 162 |
|
| 163 |
iface = gr.Interface(predict, gr.inputs.Image(type='filepath'), "image", title=title, description=description,
|
| 164 |
examples=examples)
|