Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -58,15 +58,9 @@ def inference(image):
|
|
| 58 |
|
| 59 |
|
| 60 |
# Gradio interface setup
|
| 61 |
-
title = "Open Remove Background
|
| 62 |
description = r"""
|
| 63 |
|
| 64 |
-
|
| 65 |
-
If you identify cases where the model fails, <a href='https://huggingface.co/schirrmacher/ormbg/discussions' target='_blank'>upload your examples</a>!
|
| 66 |
-
|
| 67 |
-
- <a href='https://huggingface.co/schirrmacher/ormbg' target='_blank'>Model card</a>: find inference code, training information, tutorials
|
| 68 |
-
- <a href='https://huggingface.co/schirrmacher/ormbg' target='_blank'>Dataset</a>: see training images, segmentation data, backgrounds
|
| 69 |
-
- <a href='https://huggingface.co/schirrmacher/ormbg\#research' target='_blank'>Research</a>: see current approach for improvements
|
| 70 |
"""
|
| 71 |
|
| 72 |
examples = [
|
|
|
|
| 58 |
|
| 59 |
|
| 60 |
# Gradio interface setup
|
| 61 |
+
title = "Open Remove Background"
|
| 62 |
description = r"""
|
| 63 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 64 |
"""
|
| 65 |
|
| 66 |
examples = [
|