Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -16,4 +16,4 @@ demo = gr.Interface(
|
|
| 16 |
outputs = gr.Image(label="Output image with predicted instances", type="pil")
|
| 17 |
)
|
| 18 |
|
| 19 |
-
demo.launch(
|
|
|
|
| 16 |
outputs = gr.Image(label="Output image with predicted instances", type="pil")
|
| 17 |
)
|
| 18 |
|
| 19 |
+
demo.launch()
|