Spaces:
Runtime error
Runtime error
John Smith
commited on
Commit
·
4f34971
1
Parent(s):
77279e3
Update app.py
Browse files
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=["640px-Hopetoun_house_sunny_day.jpg","Sunny_day_in_Hiroo_2.jpg","Morning_fog_-_Flickr_-_tmoravec.jpg","Jida,_Zhuhai,_rainy_day.jpg","
|
|
|
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","The_lift_bridge_on_Cherry_Street_over_the_ship_channel_to_the_Turning_Basin_on_a_foggy_day,_2012-03-17_-a.jpg"]).launch()
|