File size: 606 Bytes
dde26ab e435887 fe0f7c2 e435887 dde26ab |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 |
---
title: Bg Proxy
emoji: π
colorFrom: indigo
colorTo: indigo
sdk: docker
pinned: false
---
Service ini menjalankan FastAPI yang memanfaatkan model Hugging Face untuk
menghapus background gambar. tessssss
## Endpoint
`POST /removebg` dengan field multipart `image` akan mengembalikan hasil dalam
format `image/png` dengan background transparan.
## Konfigurasi
- `MODEL_ID` (opsional): ID model di Hub, default `briaai/RMBG-1.4`
- `HF_TOKEN` (opsional): token akses jika model memerlukan autentikasi
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|