sudip2003 commited on
Commit
ff38766
·
verified ·
1 Parent(s): d15307f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -24,7 +24,7 @@ def predict_image(img):
24
  # Create the Gradio interface
25
  iface = gr.Interface(
26
  fn=predict_image,
27
- inputs=gr.inputs.Image(type="pil"),
28
  outputs="text",
29
  title="Cat and Dog Classifier",
30
  description="Upload an image of a cat or a dog and the model will classify it.",
 
24
  # Create the Gradio interface
25
  iface = gr.Interface(
26
  fn=predict_image,
27
+ inputs=gr.Image(type="pil"),
28
  outputs="text",
29
  title="Cat and Dog Classifier",
30
  description="Upload an image of a cat or a dog and the model will classify it.",