Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -33,7 +33,7 @@ demo = gr.Interface(
|
|
33 |
inputs=gr.Image(type="pil"),
|
34 |
outputs=gr.Image(type="pil"),
|
35 |
title="Detecci贸n de Objetos - joortif/practica_2",
|
36 |
-
examples=example_images
|
37 |
)
|
38 |
|
39 |
demo.launch()
|
|
|
33 |
inputs=gr.Image(type="pil"),
|
34 |
outputs=gr.Image(type="pil"),
|
35 |
title="Detecci贸n de Objetos - joortif/practica_2",
|
36 |
+
#examples=example_images
|
37 |
)
|
38 |
|
39 |
demo.launch()
|