ayoubsa commited on
Commit
52ccd52
·
verified ·
1 Parent(s): 335d300

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -30,7 +30,7 @@ def predict(input_img):
30
 
31
  # Gradio app configuration
32
  gradio_app = gr.Interface(
33
- fn=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
 
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