VINU NAYAK commited on
Commit
549ca63
·
verified ·
1 Parent(s): 7d1d9b0

Delete start.py

Browse files
Files changed (1) hide show
  1. start.py +0 -7
start.py DELETED
@@ -1,7 +0,0 @@
1
- import uvicorn
2
-
3
- if __name__ == "__main__":
4
- print("Starting Background Removal API server...")
5
- print("The API will be available at: http://localhost:7860")
6
- print("Use the /remove-bg endpoint to remove backgrounds from images")
7
- uvicorn.run("app:app", host="0.0.0.0", port=7860, reload=True)