Spaces:
Runtime error
Runtime error
Added required packages, dummy app
Browse files- app.py +3 -0
- packages.txt +4 -0
- 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
|