John Smith commited on
Commit
0070f29
·
1 Parent(s): 2e3bad2

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=["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()
 
33
  gr.Interface(fn=image_mod,
34
  inputs=gr.Image(shape=(256, 256)),
35
  outputs=gr.Label(num_top_classes=3),
36
+ examples=["640px-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()