Spaces:
Runtime error
Runtime error
Open model card links in new tab
Browse filesUse HTML anchor tags with target="_blank" so links open in a new
tab instead of navigating away from the space iframe.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
app.py
CHANGED
|
@@ -47,7 +47,7 @@ with gr.Blocks(title="Fibo-Edit-RMBG - Background Removal") as demo:
|
|
| 47 |
gr.Markdown("""
|
| 48 |
# Fibo-Edit-RMBG - Background Removal
|
| 49 |
|
| 50 |
-
Powered by
|
| 51 |
|
| 52 |
This model performs background removal on any image
|
| 53 |
|
|
@@ -95,14 +95,14 @@ This model performs background removal on any image
|
|
| 95 |
---
|
| 96 |
### About Fibo-Edit-RMBG
|
| 97 |
|
| 98 |
-
Fibo-Edit-RMBG is built on
|
| 99 |
that uses structured prompts for precise, deterministic editing.
|
| 100 |
|
| 101 |
-
- **Model**:
|
| 102 |
- **Architecture**: Based on FIBO with 8B parameters
|
| 103 |
-
- **License**: Non-commercial use (
|
| 104 |
|
| 105 |
-
For commercial use, please
|
| 106 |
""")
|
| 107 |
|
| 108 |
process_btn.click(
|
|
|
|
| 47 |
gr.Markdown("""
|
| 48 |
# Fibo-Edit-RMBG - Background Removal
|
| 49 |
|
| 50 |
+
Powered by <a href="https://huggingface.co/briaai/Fibo-Edit-RMBG" target="_blank">Bria AI's Fibo-Edit-RMBG model</a>
|
| 51 |
|
| 52 |
This model performs background removal on any image
|
| 53 |
|
|
|
|
| 95 |
---
|
| 96 |
### About Fibo-Edit-RMBG
|
| 97 |
|
| 98 |
+
Fibo-Edit-RMBG is built on <a href="https://huggingface.co/briaai/Fibo-Edit" target="_blank">Fibo-Edit</a>, an 8B parameter image editing model
|
| 99 |
that uses structured prompts for precise, deterministic editing.
|
| 100 |
|
| 101 |
+
- **Model**: <a href="https://huggingface.co/briaai/Fibo-Edit-RMBG" target="_blank">briaai/Fibo-Edit-RMBG</a>
|
| 102 |
- **Architecture**: Based on FIBO with 8B parameters
|
| 103 |
+
- **License**: Non-commercial use (<a href="https://creativecommons.org/licenses/by-nc/4.0/" target="_blank">CC BY-NC 4.0</a>)
|
| 104 |
|
| 105 |
+
For commercial use, please <a href="https://bria.ai/contact-us" target="_blank">contact Bria AI</a>.
|
| 106 |
""")
|
| 107 |
|
| 108 |
process_btn.click(
|