Update app.py
Browse files
app.py
CHANGED
@@ -25,7 +25,7 @@ def background_remover_and_upscale(input_image):
|
|
25 |
return sr_image
|
26 |
|
27 |
description = """
|
28 |
-
This app uses the rembg library to remove the background from uploaded images and then the RealESRGAN model to upscale the image.
|
29 |
Simply upload your image and let the models do their work. Download the result immediately after!
|
30 |
"""
|
31 |
|
@@ -34,7 +34,7 @@ iface = gr.Interface(
|
|
34 |
inputs=gr.Image(type='pil', label="Upload Image"),
|
35 |
outputs="image",
|
36 |
examples=["woman.jpg", "groot.jpg"],
|
37 |
-
title="Background Remover and Image Upscaler",
|
38 |
description=description,
|
39 |
theme="soft"
|
40 |
)
|
|
|
25 |
return sr_image
|
26 |
|
27 |
description = """
|
28 |
+
✨ This app uses the rembg library to remove the background from uploaded images and then the RealESRGAN model to upscale the image.
|
29 |
Simply upload your image and let the models do their work. Download the result immediately after!
|
30 |
"""
|
31 |
|
|
|
34 |
inputs=gr.Image(type='pil', label="Upload Image"),
|
35 |
outputs="image",
|
36 |
examples=["woman.jpg", "groot.jpg"],
|
37 |
+
title="🖼 Background Remover and ✨ Image Upscaler",
|
38 |
description=description,
|
39 |
theme="soft"
|
40 |
)
|