Spaces:
Build error
Build error
Podtekatel
commited on
Commit
•
bd5330b
1
Parent(s):
6279854
Added dlib
Browse files- app.py +1 -1
- packages.txt +2 -0
- requirements.txt +2 -1
app.py
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
import gradio as gr
|
2 |
from huggingface_hub import hf_hub_url, cached_download
|
3 |
-
|
4 |
|
5 |
def load_model():
|
6 |
REPO_ID = "MalchuL/JJBAGAN"
|
|
|
1 |
import gradio as gr
|
2 |
from huggingface_hub import hf_hub_url, cached_download
|
3 |
+
import dlib
|
4 |
|
5 |
def load_model():
|
6 |
REPO_ID = "MalchuL/JJBAGAN"
|
packages.txt
ADDED
@@ -0,0 +1,2 @@
|
|
|
|
|
|
|
1 |
+
python3-opencv
|
2 |
+
dlib
|
requirements.txt
CHANGED
@@ -2,4 +2,5 @@ joblib
|
|
2 |
huggingface_hub
|
3 |
onnxruntime
|
4 |
numpy
|
5 |
-
gradio
|
|
|
|
2 |
huggingface_hub
|
3 |
onnxruntime
|
4 |
numpy
|
5 |
+
gradio
|
6 |
+
dlib
|