SMD00 commited on
Commit
985b29d
1 Parent(s): 565f638

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -1
app.py CHANGED
@@ -382,4 +382,6 @@ gr.Interface(
382
  [gr.Textbox(label="Image Size"),gr.Image(type="pil", label="Output Image"),"image",gr.Image( label="Output Image2"),"image"],
383
  title=title,
384
  description=description,
385
- examples=[ ['face.jpg'], ['montains.jpg'],['tree.jpg'] ])
 
 
 
382
  [gr.Textbox(label="Image Size"),gr.Image(type="pil", label="Output Image"),"image",gr.Image( label="Output Image2"),"image"],
383
  title=title,
384
  description=description,
385
+ # examples=[ ['face.jpg'], ['montains.jpg'],['tree.jpg'] ]
386
+
387
+ )