|
|
--- |
|
|
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 |
|
|
|