Ahsen Khaliq commited on
Commit
3000b36
1 Parent(s): 036a07a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -3,6 +3,7 @@ import gradio as gr
3
  os.system("git clone https://github.com/AK391/realworld-stylegan2-encoder.git")
4
  os.chdir("realworld-stylegan2-encoder")
5
  os.system("pip install gdown")
 
6
  os.system("gdown https://drive.google.com/uc?id=1nrz2Oc5ljvixplPra55m_NGtGAtSSEOL")
7
  os.system("gdown https://drive.google.com/uc?id=1WocJsMOsn6LP5NNZzhP9ErO7uz8gK8xI")
8
 
 
3
  os.system("git clone https://github.com/AK391/realworld-stylegan2-encoder.git")
4
  os.chdir("realworld-stylegan2-encoder")
5
  os.system("pip install gdown")
6
+ os.system("pip install dlib")
7
  os.system("gdown https://drive.google.com/uc?id=1nrz2Oc5ljvixplPra55m_NGtGAtSSEOL")
8
  os.system("gdown https://drive.google.com/uc?id=1WocJsMOsn6LP5NNZzhP9ErO7uz8gK8xI")
9