Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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.
|
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.",
|