Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -2,7 +2,8 @@ import os
|
|
2 |
os.system("pip install --upgrade pip")
|
3 |
os.system("pip install ftfy regex tqdm")
|
4 |
os.system("pip install git+https://github.com/openai/CLIP.git")
|
5 |
-
os.system("pip install git+https://github.com/
|
|
|
6 |
from collections import defaultdict
|
7 |
import gradio
|
8 |
import numpy as np
|
|
|
2 |
os.system("pip install --upgrade pip")
|
3 |
os.system("pip install ftfy regex tqdm")
|
4 |
os.system("pip install git+https://github.com/openai/CLIP.git")
|
5 |
+
os.system("pip install git+https://github.com/facebookresearch/detectron2@96c752ce821a3340e27edd51c28a00665dd32a30#subdirectory=projects/DensePose")
|
6 |
+
os.system("pip install git+https://github.com/hukkelas/DSFD-Pytorch-Inference")
|
7 |
from collections import defaultdict
|
8 |
import gradio
|
9 |
import numpy as np
|