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