Spaces:
Sleeping
Sleeping
Add an example
Browse files- app.py +1 -1
- example.jpg +0 -0
app.py
CHANGED
@@ -21,7 +21,7 @@ image = gr.Image()
|
|
21 |
label = gr.Label()
|
22 |
|
23 |
# Upload your own images and link them
|
24 |
-
examples = ['
|
25 |
|
26 |
intf = gr.Interface(fn=classify_image, inputs=image, outputs=label, examples=examples)
|
27 |
intf.launch()
|
|
|
21 |
label = gr.Label()
|
22 |
|
23 |
# Upload your own images and link them
|
24 |
+
examples = ['example.jpg']
|
25 |
|
26 |
intf = gr.Interface(fn=classify_image, inputs=image, outputs=label, examples=examples)
|
27 |
intf.launch()
|
example.jpg
ADDED