Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -30,7 +30,7 @@ def predict(input_img):
|
|
30 |
|
31 |
# Gradio app configuration
|
32 |
gradio_app = gr.Interface(
|
33 |
-
|
34 |
inputs=gr.Image(label="Upload an Image", type="pil"),
|
35 |
outputs=[
|
36 |
gr.Image(label="Predicted Image with Bounding Boxes"), # Rendered image with bounding boxes
|
|
|
30 |
|
31 |
# Gradio app configuration
|
32 |
gradio_app = gr.Interface(
|
33 |
+
predict,
|
34 |
inputs=gr.Image(label="Upload an Image", type="pil"),
|
35 |
outputs=[
|
36 |
gr.Image(label="Predicted Image with Bounding Boxes"), # Rendered image with bounding boxes
|