ecshreve commited on
Commit
16c0fa6
1 Parent(s): 0dc8b15

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -10,7 +10,7 @@ with gr.Blocks() as demo:
10
  gr.Interface(
11
  fn=process_image,
12
  inputs = [gr.Image(label="Input Image", interactive=True)],
13
- outputs = gr.Image(label="Upscaled Image"),
14
  examples=[["images/sample1.png"]],
15
  title="📸 Image Background Remover")
16
 
 
10
  gr.Interface(
11
  fn=process_image,
12
  inputs = [gr.Image(label="Input Image", interactive=True)],
13
+ outputs = gr.Image(label="Processed Image"),
14
  examples=[["images/sample1.png"]],
15
  title="📸 Image Background Remover")
16