nickmuchi commited on
Commit
6e2019c
·
1 Parent(s): 85a02ff

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -102,6 +102,6 @@ gr.Interface(
102
  outputs=gr.Image(shape=(400,400)),
103
  title = title,
104
  description=description,
105
- examples=['IMG_5205.JPG']
106
 
107
  ).launch()
 
102
  outputs=gr.Image(shape=(400,400)),
103
  title = title,
104
  description=description,
105
+ examples=[['https://wallpaperaccess.com/full/154009.jpg'],['IMG_5205.JPG']]
106
 
107
  ).launch()