haakohu commited on
Commit
4ba0e70
·
1 Parent(s): ba7275c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -1,6 +1,8 @@
1
  import os
2
  os.system("pip install --upgrade pip")
3
  os.system("pip install git+https://github.com/hukkelas/deep_privacy2@36c2c843cfd3022ebc100e9f8579fb2b82f8bde6")
 
 
4
  from collections import defaultdict
5
  import gradio
6
  import numpy as np
 
1
  import os
2
  os.system("pip install --upgrade pip")
3
  os.system("pip install git+https://github.com/hukkelas/deep_privacy2@36c2c843cfd3022ebc100e9f8579fb2b82f8bde6")
4
+ os.system("pip install ftfy regex tqdm")
5
+ os.system("pip install git+https://github.com/openai/CLIP.git")
6
  from collections import defaultdict
7
  import gradio
8
  import numpy as np