Spaces:
Runtime error
Runtime error
John Smith
commited on
Commit
·
7826415
1
Parent(s):
8274264
Update app.py
Browse files
app.py
CHANGED
@@ -7,4 +7,4 @@ def image_mod(image):
|
|
7 |
gr.Interface(fn=image_mod,
|
8 |
inputs=gr.Image(shape=(224, 224)),
|
9 |
outputs=gr.Label(num_top_classes=3),
|
10 |
-
examples=["
|
|
|
7 |
gr.Interface(fn=image_mod,
|
8 |
inputs=gr.Image(shape=(224, 224)),
|
9 |
outputs=gr.Label(num_top_classes=3),
|
10 |
+
examples=["Sunny_day_in_Hiroo.jpg","640px-Cloudy_Sky2.JPG","Foggy_day_of_Riga.jpg","Jida,_Zhuhai,_rainy_day.jpg","Odalys_Edenarc,_Arc_1800,_on_a_snowy_day,_2013.jpg"]).launch()
|