mhdhrubo commited on
Commit
d6f2c79
1 Parent(s): c766f6c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -34,7 +34,7 @@ def recognize_image(image):
34
 
35
 
36
  image = gr.inputs.Image(shape=(192,192))
37
- label = gr.ouputs.Label()
38
  examples = [
39
  'bansuri.jfif',
40
  'harmonium.jfif',
 
34
 
35
 
36
  image = gr.inputs.Image(shape=(192,192))
37
+ label = gr.outputs.Label()
38
  examples = [
39
  'bansuri.jfif',
40
  'harmonium.jfif',