Update app.py
Browse files
app.py
CHANGED
@@ -34,7 +34,7 @@ Simply upload your image and let the models do their work. Download the result i
|
|
34 |
iface = gr.Interface(
|
35 |
fn=background_remover_and_upscale,
|
36 |
inputs=gr.Image(type='pil'),
|
37 |
-
outputs=
|
38 |
examples=["woman.jpg", "groot.jpg"],
|
39 |
title="Background Remover and Image Upscaler",
|
40 |
description=description,
|
|
|
34 |
iface = gr.Interface(
|
35 |
fn=background_remover_and_upscale,
|
36 |
inputs=gr.Image(type='pil'),
|
37 |
+
outputs="image",
|
38 |
examples=["woman.jpg", "groot.jpg"],
|
39 |
title="Background Remover and Image Upscaler",
|
40 |
description=description,
|