mhdhrubo commited on
Commit
c766f6c
·
1 Parent(s): c7f1841

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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',