Spaces:
Running
Running
Update README.md
Browse files
README.md
CHANGED
|
@@ -3,14 +3,13 @@ title: VidSpri Backend
|
|
| 3 |
emoji: 🚀
|
| 4 |
colorFrom: purple
|
| 5 |
colorTo: red
|
| 6 |
-
sdk:
|
| 7 |
-
|
| 8 |
-
app_file: app.py
|
| 9 |
---
|
| 10 |
|
| 11 |
# VidSpri - Background Removal Backend
|
| 12 |
|
| 13 |
-
This is a lightweight FastAPI server specifically for removing the background from images.
|
| 14 |
|
| 15 |
**Endpoint:** `/remove-background/`
|
| 16 |
**Method:** `POST`
|
|
|
|
| 3 |
emoji: 🚀
|
| 4 |
colorFrom: purple
|
| 5 |
colorTo: red
|
| 6 |
+
sdk: docker
|
| 7 |
+
app_port: 7860
|
|
|
|
| 8 |
---
|
| 9 |
|
| 10 |
# VidSpri - Background Removal Backend
|
| 11 |
|
| 12 |
+
This is a lightweight FastAPI server running in a Docker container, specifically for removing the background from images.
|
| 13 |
|
| 14 |
**Endpoint:** `/remove-background/`
|
| 15 |
**Method:** `POST`
|