Update app.py
Browse files
app.py
CHANGED
@@ -33,8 +33,8 @@ def recognize_image(image):
|
|
33 |
|
34 |
|
35 |
|
36 |
-
image = gr.Image()
|
37 |
-
label = gr.Label()
|
38 |
examples = [
|
39 |
'bansuri.jfif',
|
40 |
'harmonium.jfif',
|
|
|
33 |
|
34 |
|
35 |
|
36 |
+
image = gr.inputs.Image(shape=(192,192))
|
37 |
+
label = gr.ouputs.Label()
|
38 |
examples = [
|
39 |
'bansuri.jfif',
|
40 |
'harmonium.jfif',
|