Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -66,4 +66,4 @@ examples = ['Vj17K5z.jpeg']
|
|
| 66 |
|
| 67 |
gr.Interface(inference, inputs=gr.Image(type="filepath"), outputs=[gr.Image(label="Panoptic segmentation",type="pil"),gr.Image(label="instance segmentation",type="pil"),gr.Image(label="semantic segmentation",type="pil")], title=title,
|
| 68 |
description=description,
|
| 69 |
-
article=article).launch(
|
|
|
|
| 66 |
|
| 67 |
gr.Interface(inference, inputs=gr.Image(type="filepath"), outputs=[gr.Image(label="Panoptic segmentation",type="pil"),gr.Image(label="instance segmentation",type="pil"),gr.Image(label="semantic segmentation",type="pil")], title=title,
|
| 68 |
description=description,
|
| 69 |
+
article=article).launch()
|