joortif commited on
Commit
aa8ccfd
verified
1 Parent(s): 52e52b0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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()