Spaces:
Sleeping
Sleeping
inputs outputs
Browse files
app.py
CHANGED
@@ -18,8 +18,8 @@ def recognize_image(image):
|
|
18 |
|
19 |
|
20 |
#!export
|
21 |
-
image = gr.Image()
|
22 |
-
label = gr.Label()
|
23 |
examples = [
|
24 |
'test_images/unknown_00.jpg',
|
25 |
'test_images/unknown_01.jpg',
|
|
|
18 |
|
19 |
|
20 |
#!export
|
21 |
+
image = gr.inputs.Image()
|
22 |
+
label = gr.outputs.Label()
|
23 |
examples = [
|
24 |
'test_images/unknown_00.jpg',
|
25 |
'test_images/unknown_01.jpg',
|