fffiloni commited on
Commit
0a3422c
1 Parent(s): cf177c1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -91,7 +91,7 @@ def gradio_interface():
91
  gr.Markdown("# Background Removal and Inference Pipeline")
92
 
93
  with gr.Row():
94
- input_url = gr.Textbox(label="Image URL", placeholder="Enter the URL of the image")
95
  submit_button = gr.Button("Process")
96
 
97
  output_gallery = gr.Gallery(label="Output Images")
 
91
  gr.Markdown("# Background Removal and Inference Pipeline")
92
 
93
  with gr.Row():
94
+ input_image = gr.Image(label="Image input", type="filepath")
95
  submit_button = gr.Button("Process")
96
 
97
  output_gallery = gr.Gallery(label="Output Images")