mirror of
https://www.modelscope.cn/AI-ModelScope/RMBG-2.0.git
synced 2026-04-02 11:02:56 +08:00
Update README.md
This commit is contained in:
44
README.md
44
README.md
@ -26,8 +26,48 @@ extra_gated_fields:
|
||||
---
|
||||
|
||||
# BRIA Background Removal v2.0 Model Card
|
||||
<p align="center"><img src="https://platform.bria.ai/assets/Bria-logo-5e0c53b1.svg" alt="BRIA Logo" width="400" /></p>
|
||||
<p align="center"><img src="https://platform.bria.ai/assets/Bria-logo-5e0c53b1.svg" alt="BRIA Logo" width="200" /></p>
|
||||
|
||||
<!-- RMBG Card wrapper -->
|
||||
<div class="rmbg-card" style="position: relative; border-radius: 12px; overflow: hidden;">
|
||||
|
||||
<!-- FIBO Promo Banner (Top) -->
|
||||
<a
|
||||
href="https://huggingface.co/briaai/FIBO"
|
||||
target="_blank"
|
||||
rel="noopener"
|
||||
aria-label="Explore FIBO on Hugging Face"
|
||||
style="
|
||||
position: absolute;
|
||||
top: 0;
|
||||
left: 0;
|
||||
width: 100%;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
gap: 10px;
|
||||
background: linear-gradient(90deg, #fff6b7 0%, #fde047 100%);
|
||||
color: #1f2937;
|
||||
text-decoration: none;
|
||||
font-family: Inter, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
|
||||
font-weight: 600;
|
||||
font-size: 13px;
|
||||
padding: 10px 0;
|
||||
border-bottom: 1px solid rgba(0,0,0,0.08);
|
||||
box-shadow: 0 2px 8px rgba(0,0,0,0.08);
|
||||
z-index: 10;
|
||||
">
|
||||
<img
|
||||
src="https://huggingface.co/front/assets/huggingface_logo-noborder.svg"
|
||||
alt="Hugging Face"
|
||||
width="18"
|
||||
height="18"
|
||||
style="display:block"
|
||||
/>
|
||||
<span>✨ Discover <strong>FIBO</strong> on Hugging Face</span>
|
||||
</a>
|
||||
|
||||
<!-- ... your RMBG content below ... -->
|
||||
<p align="center">
|
||||
💜 <a href="https://go.bria.ai/46gzn20"><b>Bria AI</b></a>   |   🤗 <a href="https://huggingface.co/briaai/">Hugging Face</a>    |    📑 <a href="https://blog.bria.ai/">Blog</a>   
|
||||
<br>
|
||||
@ -175,3 +215,5 @@ image.putalpha(mask)
|
||||
image.save("no_bg_image.png")
|
||||
```
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user