vijaydhanda commited on
Commit
e360cb8
·
1 Parent(s): d03ec30
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -31,8 +31,8 @@ def classify_image(input_image):
31
  # Define the Gradio interface
32
  image_input = gr.inputs.Image(shape=(224, 224))
33
  outputs = [
34
- gr.outputs.Text(label="Bird Name"),
35
- gr.outputs.Text(label="Scientific Name")
36
  ]
37
 
38
  iface = gr.Interface(
 
31
  # Define the Gradio interface
32
  image_input = gr.inputs.Image(shape=(224, 224))
33
  outputs = [
34
+ gr.outputs.Label(label="Bird Name"),
35
+ gr.outputs.Label(label="Scientific Name")
36
  ]
37
 
38
  iface = gr.Interface(