SMD00 commited on
Commit
c140b7f
·
1 Parent(s): b8c56e7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -379,5 +379,5 @@ gr.Interface(
379
  [gr.Textbox(label="Image Size"),gr.Image(type="pil", label="Output Image")],
380
  title=title,
381
  description=description,
382
- examples=[ ['face.png'], ['montains.png'],['tree.png'] ]
383
  ).launch(enable_queue=True)
 
379
  [gr.Textbox(label="Image Size"),gr.Image(type="pil", label="Output Image")],
380
  title=title,
381
  description=description,
382
+ examples=[ ['face.jpg'], ['montains.jpg'],['tree.jpg'] ]
383
  ).launch(enable_queue=True)