Spaces:
Sleeping
Sleeping
update app.py
Browse filesupdate image path
app.py
CHANGED
@@ -25,7 +25,7 @@ image = gr.Image()
|
|
25 |
label = gr.Label()
|
26 |
|
27 |
# Upload your own images and link them
|
28 |
-
examples = ['
|
29 |
|
30 |
intf = gr.Interface(fn=classify_image, inputs=image, outputs=label, examples=examples)
|
31 |
intf.launch()
|
|
|
25 |
label = gr.Label()
|
26 |
|
27 |
# Upload your own images and link them
|
28 |
+
examples = ['smile.jpg','angry.jpg','smile_2.jpg','angry_2.jpg','smile_dog.jpg']
|
29 |
|
30 |
intf = gr.Interface(fn=classify_image, inputs=image, outputs=label, examples=examples)
|
31 |
intf.launch()
|