Spaces:
Running
Running
Update app.py
Browse files
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="
|
| 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 |
|