joortif commited on
Commit
026140b
verified
1 Parent(s): 1641605

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -61,7 +61,7 @@ interface = gr.Interface(
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
 
 
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