Spaces:
Runtime error
Runtime error
John Smith
commited on
Commit
·
5cef5bc
1
Parent(s):
50246ca
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=["Daedalus_000355_171913_516869_4578_(36155269413).jpg","
|
|
|
33 |
gr.Interface(fn=image_mod,
|
34 |
inputs=gr.Image(shape=(256, 256)),
|
35 |
outputs=gr.Label(num_top_classes=3),
|
36 |
+
examples=["Daedalus_000355_171913_516869_4578_(36155269413).jpg","Morning_fog_-_Flickr_-_tmoravec.jpg","Jida,_Zhuhai,_rainy_day.jpg","Snowy_Nashua.jpg"]).launch()
|