Spaces:
Runtime error
Runtime error
John Smith
commited on
Commit
·
5c7be3f
1
Parent(s):
f4c66ca
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=["
|
|
|
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()
|