Carley1234 commited on
Commit
3d02280
·
verified ·
1 Parent(s): 5fc0cf3

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -4
README.md CHANGED
@@ -3,14 +3,13 @@ title: VidSpri Backend
3
  emoji: 🚀
4
  colorFrom: purple
5
  colorTo: red
6
- sdk: gradio
7
- sdk_version: 3.9
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`