Ahsen Khaliq commited on
Commit
585eb95
1 Parent(s): bb48c1a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -2
app.py CHANGED
@@ -1,8 +1,9 @@
1
  import os
2
- os.system("""pip install --upgrade https://github.com/podgorskiy/dnnlib/releases/download/0.0.1/dnnlib-0.0.1-py3-none-any.whl numpy tqdm Pillow torch-utils==0.0.7 torch==1.9.0+cu111 torchvision==0.10.0+cu111 -f https://download.pytorch.org/whl/torch_stable.html ftfy regex git+https://github.com/openai/CLIP.git ninja git+https://github.com/geoopt/geoopt.git gdown exrex torchtext==0.10.0""")
3
  os.system("git clone https://github.com/NVlabs/stylegan2-ada-pytorch")
4
-
5
  os.chdir('stylegan2-ada-pytorch')
 
 
 
6
  import os
7
  import pickle
8
  import numpy as np
 
1
  import os
 
2
  os.system("git clone https://github.com/NVlabs/stylegan2-ada-pytorch")
 
3
  os.chdir('stylegan2-ada-pytorch')
4
+ os.system("pwd")
5
+ os.system("""pip install --upgrade https://github.com/podgorskiy/dnnlib/releases/download/0.0.1/dnnlib-0.0.1-py3-none-any.whl numpy tqdm Pillow torch-utils==0.0.7 torch==1.9.0+cu111 torchvision==0.10.0+cu111 -f https://download.pytorch.org/whl/torch_stable.html ftfy regex git+https://github.com/openai/CLIP.git ninja git+https://github.com/geoopt/geoopt.git gdown exrex torchtext==0.10.0""")
6
+
7
  import os
8
  import pickle
9
  import numpy as np