Ahsen Khaliq commited on
Commit
6747486
1 Parent(s): 9b12215

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -3,7 +3,7 @@ os.system("pip install --upgrade torch==1.9.1+cu111 torchvision==0.10.1+cu111 -f
3
  os.system("git clone https://github.com/NVlabs/stylegan3")
4
  os.system("git clone https://github.com/openai/CLIP")
5
  os.system("pip install -e ./CLIP")
6
- os.system("pip install einops ninja")
7
 
8
  import sys
9
  sys.path.append('./CLIP')
 
3
  os.system("git clone https://github.com/NVlabs/stylegan3")
4
  os.system("git clone https://github.com/openai/CLIP")
5
  os.system("pip install -e ./CLIP")
6
+ os.system("pip install einops ninja scipy numpy Pillow tqdm")
7
 
8
  import sys
9
  sys.path.append('./CLIP')