Spaces:
Runtime error
Runtime error
John Smith
commited on
Commit
·
41739ba
1
Parent(s):
69f4bed
Update app.py
Browse files
app.py
CHANGED
@@ -32,4 +32,4 @@ def image_mod(image):
|
|
32 |
gr.Interface(fn=image_mod,
|
33 |
inputs=gr.Image(shape=(256, 256)),
|
34 |
outputs=gr.Label(num_top_classes=3),
|
35 |
-
examples=["Daedalus_000355_171913_516869_4578_(36155269413).jpg","Stuyvesant_Fish_House_25_E78_St_cloudy_jeh.jpg","Morning_fog_-_Flickr_-_tmoravec.jpg","Jida,_Zhuhai,_rainy_day.jpg","
|
|
|
32 |
gr.Interface(fn=image_mod,
|
33 |
inputs=gr.Image(shape=(256, 256)),
|
34 |
outputs=gr.Label(num_top_classes=3),
|
35 |
+
examples=["Daedalus_000355_171913_516869_4578_(36155269413).jpg","Stuyvesant_Fish_House_25_E78_St_cloudy_jeh.jpg","Morning_fog_-_Flickr_-_tmoravec.jpg","Jida,_Zhuhai,_rainy_day.jpg","Snowy_Nashua.jpg"]).launch()
|