Margaritamawyin commited on
Commit
b040842
1 Parent(s): 2d70e31

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -44,7 +44,7 @@ demo = gr.Interface(
44
  outputs=gr.outputs.Image(type="numpy"),
45
  title="MaskFormer Demo",
46
  description="Segmentaci贸n de reglas utilizando MaskFormer",
47
- examples=[["regla1.png"]]
48
  )
49
 
50
  # Lanzar la interfaz
 
44
  outputs=gr.outputs.Image(type="numpy"),
45
  title="MaskFormer Demo",
46
  description="Segmentaci贸n de reglas utilizando MaskFormer",
47
+ examples=[["regla1.jpeg"]]
48
  )
49
 
50
  # Lanzar la interfaz