Spaces:
Runtime error
Runtime error
Commit
·
1c28f34
1
Parent(s):
435a304
Update app.py
Browse files
app.py
CHANGED
@@ -20,7 +20,7 @@ def recognize_image(image):
|
|
20 |
|
21 |
image = gr.Image(image_mode="RGB")
|
22 |
label=gr.Label()
|
23 |
-
example=['
|
24 |
iface = gr.Interface(fn=recognize_image, inputs=image, outputs=label,examples=example )
|
25 |
iface.launch(inline=False, share=True)
|
26 |
|
|
|
20 |
|
21 |
image = gr.Image(image_mode="RGB")
|
22 |
label=gr.Label()
|
23 |
+
example=['th(11).jpeg']
|
24 |
iface = gr.Interface(fn=recognize_image, inputs=image, outputs=label,examples=example )
|
25 |
iface.launch(inline=False, share=True)
|
26 |
|