Update README.md

This commit is contained in:
Cherrytest
2025-10-30 16:41:19 +00:00
parent 88bfd511d4
commit 05ebf95201

View File

@ -26,8 +26,48 @@ extra_gated_fields:
--- ---
# BRIA Background Removal v2.0 Model Card # 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"> <p align="center">
💜 <a href="https://go.bria.ai/46gzn20"><b>Bria AI</b></a>&nbsp&nbsp | &nbsp&nbsp🤗 <a href="https://huggingface.co/briaai/">Hugging Face</a> &nbsp&nbsp | &nbsp&nbsp 📑 <a href="https://blog.bria.ai/">Blog</a> &nbsp&nbsp 💜 <a href="https://go.bria.ai/46gzn20"><b>Bria AI</b></a>&nbsp&nbsp | &nbsp&nbsp🤗 <a href="https://huggingface.co/briaai/">Hugging Face</a> &nbsp&nbsp | &nbsp&nbsp 📑 <a href="https://blog.bria.ai/">Blog</a> &nbsp&nbsp
<br> <br>
@ -175,3 +215,5 @@ image.putalpha(mask)
image.save("no_bg_image.png") image.save("no_bg_image.png")
``` ```
</div>