VINU NAYAK commited on
Commit
e59885c
·
verified ·
1 Parent(s): e23fde4

Create .hf/space-config.json

Browse files
Files changed (1) hide show
  1. .hf/space-config.json +13 -0
.hf/space-config.json ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "runtime": "python3.9",
3
+ "sdk": "fastapi",
4
+ "sdk_version": "1.0.0",
5
+ "entrypoint": "app:app",
6
+ "python_packages": [
7
+ "fastapi==0.104.1",
8
+ "uvicorn==0.23.2",
9
+ "python-multipart==0.0.6",
10
+ "rembg==2.0.50",
11
+ "Pillow==10.0.0"
12
+ ]
13
+ }