Spaces:
Runtime error
Runtime error
John Smith
commited on
Commit
·
3cc3676
1
Parent(s):
4f26b71
Update app.py
Browse files
app.py
CHANGED
@@ -28,4 +28,4 @@ def image_mod(image_mod):
|
|
28 |
gr.Interface(fn=image_mod,
|
29 |
inputs=gr.Image(shape=(256, 256)),
|
30 |
outputs=gr.Label(num_top_classes=3),
|
31 |
-
examples=["Daedalus_000355_171913_516869_4578_(36155269413).jpg","Utah_solar;_a_photovoltaic_power_station_(36293687776).jpg","Foggy_day_of_Riga.jpg","Jida,_Zhuhai,_rainy_day.jpg","Snow_on_Branches,_Beechview,_2020-12-17,_01"]).launch()
|
|
|
28 |
gr.Interface(fn=image_mod,
|
29 |
inputs=gr.Image(shape=(256, 256)),
|
30 |
outputs=gr.Label(num_top_classes=3),
|
31 |
+
examples=["Daedalus_000355_171913_516869_4578_(36155269413).jpg","Utah_solar;_a_photovoltaic_power_station_(36293687776).jpg","Foggy_day_of_Riga.jpg","Jida,_Zhuhai,_rainy_day.jpg","Snow_on_Branches,_Beechview,_2020-12-17,_01.jpg"]).launch()
|