haakohu commited on
Commit
cf05ed1
·
1 Parent(s): 39f7a9d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
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/hukkelas/deep_privacy2@36c2c843cfd3022ebc100e9f8579fb2b82f8bde6")
 
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