John Smith commited on
Commit
5c7be3f
·
1 Parent(s): f4c66ca

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -33,4 +33,4 @@ def image_mod(image):
33
  gr.Interface(fn=image_mod,
34
  inputs=gr.Image(shape=(256, 256)),
35
  outputs=gr.Label(num_top_classes=3),
36
- examples=["Daedalus_000355_171913_516869_4578_(36155269413).jpg","Sunny_day_in_Hiroo_2.jpg","Morning_fog_-_Flickr_-_tmoravec.jpg","Jida,_Zhuhai,_rainy_day.jpg","Snowy_Nashua.jpg"]).launch()
 
33
  gr.Interface(fn=image_mod,
34
  inputs=gr.Image(shape=(256, 256)),
35
  outputs=gr.Label(num_top_classes=3),
36
+ examples=["320px-Hopetoun_house_sunny_day.jpg","Sunny_day_in_Hiroo_2.jpg","Morning_fog_-_Flickr_-_tmoravec.jpg","Jida,_Zhuhai,_rainy_day.jpg","Snowy_Nashua.jpg"]).launch()