Spaces:
Paused
Paused
VINU NAYAK commited on
Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
# Background Removal API
|
| 2 |
|
| 3 |
A simple API service that removes backgrounds from images.
|
|
@@ -57,7 +68,7 @@ with open("result.png", "wb") as f:
|
|
| 57 |
This API is designed to be compatible with Hugging Face Spaces. The server runs on port 7860 by default.
|
| 58 |
|
| 59 |
To deploy to Hugging Face Spaces:
|
| 60 |
-
1. Create a new Space with the "
|
| 61 |
2. Upload all these files to the Space
|
| 62 |
3. The API will be available at: https://huggingface.co/spaces/YOUR_USERNAME/YOUR_SPACE_NAME
|
| 63 |
|
|
|
|
| 1 |
+
---
|
| 2 |
+
title: RemBG_API
|
| 3 |
+
emoji: 🖼️
|
| 4 |
+
colorFrom: blue
|
| 5 |
+
colorTo: purple
|
| 6 |
+
sdk: docker
|
| 7 |
+
sdk_version: 1.0.0
|
| 8 |
+
app_file: main.py
|
| 9 |
+
pinned: false
|
| 10 |
+
---
|
| 11 |
+
|
| 12 |
# Background Removal API
|
| 13 |
|
| 14 |
A simple API service that removes backgrounds from images.
|
|
|
|
| 68 |
This API is designed to be compatible with Hugging Face Spaces. The server runs on port 7860 by default.
|
| 69 |
|
| 70 |
To deploy to Hugging Face Spaces:
|
| 71 |
+
1. Create a new Space with the "Docker" SDK
|
| 72 |
2. Upload all these files to the Space
|
| 73 |
3. The API will be available at: https://huggingface.co/spaces/YOUR_USERNAME/YOUR_SPACE_NAME
|
| 74 |
|