Spaces:
Sleeping
Sleeping
Commit
·
a1dcafd
1
Parent(s):
d0b3f75
defaultimage size
Browse files
app.py
CHANGED
@@ -40,7 +40,7 @@ def recognize_image(image):
|
|
40 |
|
41 |
|
42 |
#!export
|
43 |
-
image = gr.Image(
|
44 |
label = gr.Label()
|
45 |
examples = [
|
46 |
'test_images/unknown_00.jpg',
|
|
|
40 |
|
41 |
|
42 |
#!export
|
43 |
+
image = gr.Image()
|
44 |
label = gr.Label()
|
45 |
examples = [
|
46 |
'test_images/unknown_00.jpg',
|