joortif commited on
Commit
1641605
verified
1 Parent(s): 08ed07a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -5
app.py CHANGED
@@ -61,11 +61,7 @@ interface = gr.Interface(
61
  fn=segment_image,
62
  inputs=gr.Image(type="pil"),
63
  outputs=gr.Image(type="numpy"),
64
- examples=[
65
- "color184.jpg",
66
- "color154.jpg",
67
- "color180.jpg"
68
- ]
69
  title="Segmentaci贸n Sem谩ntica con FastAI",
70
  )
71
 
 
61
  fn=segment_image,
62
  inputs=gr.Image(type="pil"),
63
  outputs=gr.Image(type="numpy"),
64
+ examples=["color184.jpg","color154.jpg","color180.jpg"]
 
 
 
 
65
  title="Segmentaci贸n Sem谩ntica con FastAI",
66
  )
67