joortif commited on
Commit
8e1e069
verified
1 Parent(s): ea5ffee

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -61,6 +61,6 @@ interface = gr.Interface(
61
  fn=segment_image,
62
  inputs=gr.Image(),
63
  outputs=gr.Image(),
64
- examples=["color184.jpg","color154.jpg","color180.jpg"],
65
  title="Segmentaci贸n Sem谩ntica con FastAI",
66
  ).launch(share=False)
 
61
  fn=segment_image,
62
  inputs=gr.Image(),
63
  outputs=gr.Image(),
64
+ examples=["color_184.jpg","color_154.jpg","color_180.jpg"],
65
  title="Segmentaci贸n Sem谩ntica con FastAI",
66
  ).launch(share=False)