Ninad077 commited on
Commit
c38ff15
·
verified ·
1 Parent(s): 815f2de

Upload app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -25,7 +25,7 @@ def classify_image(image):
25
  return predicted_class
26
 
27
  # Define the Gradio interface
28
- image_input = gr.Image(type="pil", label="Upload Image")
29
  label_output = gr.outputs.Label()
30
 
31
  # Create the Gradio interface
 
25
  return predicted_class
26
 
27
  # Define the Gradio interface
28
+ image_input = gr.inputs.Image(type="pil", label="Upload Image")
29
  label_output = gr.outputs.Label()
30
 
31
  # Create the Gradio interface