Update app.py
Browse files
app.py
CHANGED
@@ -92,7 +92,7 @@ gr.HTML('''
|
|
92 |
</p>
|
93 |
''')
|
94 |
title = "Background Removal"
|
95 |
-
description = "Remove background from any image"
|
96 |
examples = [['./input.jpg'],]
|
97 |
# output = ImageSlider(position=0.5,label='Image without background', type="pil", show_download_button=True)
|
98 |
# demo = gr.Interface(fn=process,inputs="image", outputs=output, examples=examples, title=title, description=description)
|
|
|
92 |
</p>
|
93 |
''')
|
94 |
title = "Background Removal"
|
95 |
+
description = "Remove background from any image" [BRIA AI](https://bria.ai/)
|
96 |
examples = [['./input.jpg'],]
|
97 |
# output = ImageSlider(position=0.5,label='Image without background', type="pil", show_download_button=True)
|
98 |
# demo = gr.Interface(fn=process,inputs="image", outputs=output, examples=examples, title=title, description=description)
|