Spaces:
Sleeping
Sleeping
Gabe Rogan
commited on
Commit
·
f836e80
1
Parent(s):
69eb5bb
Update examples
Browse files
app.py
CHANGED
@@ -49,7 +49,7 @@ demo = gr.Interface(classify,
|
|
49 |
inputs=gr.Image(type="pil"),
|
50 |
outputs=gr.Image(type="pil"),
|
51 |
title="Object Detection",
|
52 |
-
examples=["https://iili.io/JgN38oQ.jpg", "https://
|
53 |
)
|
54 |
|
55 |
demo.launch()
|
|
|
49 |
inputs=gr.Image(type="pil"),
|
50 |
outputs=gr.Image(type="pil"),
|
51 |
title="Object Detection",
|
52 |
+
examples=["https://iili.io/JgN38oQ.jpg", "https://iili.io/JgO3WrP.png", "https://iili.io/JgOnTut.png", "https://iili.io/JgOofO7.jpg"]
|
53 |
)
|
54 |
|
55 |
demo.launch()
|