rinong commited on
Commit
b879b4e
1 Parent(s): 97a2c40

Added required packages, dummy app

Browse files
Files changed (3) hide show
  1. app.py +3 -0
  2. packages.txt +4 -0
  3. requirements.txt +12 -0
app.py ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ import gradio as gr
2
+
3
+ gr.Interface.load("spaces/eugenesiow/remove-bg").launch()
packages.txt ADDED
@@ -0,0 +1,4 @@
 
 
 
 
 
1
+ ffmpeg
2
+ libsm6
3
+ libxext6
4
+ cmake
requirements.txt ADDED
@@ -0,0 +1,12 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ tqdm
2
+ gdown
3
+ scikit-learn==0.22
4
+ scipy
5
+ lpips
6
+ opencv-python-headless
7
+ torch
8
+ torchvision
9
+ imageio
10
+ dlib
11
+ ftfy
12
+ regex