Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -22,4 +22,5 @@ demo = gr.Interface(
|
|
| 22 |
title="Object Detection API",
|
| 23 |
description="Just upload your image and let ObjectDetect API work its magic, revealing the objects waiting to be discovered"
|
| 24 |
)
|
|
|
|
| 25 |
demo.launch()
|
|
|
|
| 22 |
title="Object Detection API",
|
| 23 |
description="Just upload your image and let ObjectDetect API work its magic, revealing the objects waiting to be discovered"
|
| 24 |
)
|
| 25 |
+
|
| 26 |
demo.launch()
|