haakohu commited on
Commit
e01e2cd
·
1 Parent(s): 87f187e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1,8 +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
  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
 
1
  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