Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -66,5 +66,5 @@ demo = gr.Interface(
|
|
66 |
outputs=["annotatedimage","text"],
|
67 |
title="Zero-Shot Object Detection with OWLv2",
|
68 |
)
|
69 |
-
|
70 |
|
|
|
66 |
outputs=["annotatedimage","text"],
|
67 |
title="Zero-Shot Object Detection with OWLv2",
|
68 |
)
|
69 |
+
demo.launch()
|
70 |
|