Ahsen Khaliq commited on
Commit
fe2741a
1 Parent(s): 7c1a754

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1,6 +1,6 @@
1
  import os
2
  import gradio as gr
3
- os.system("git clone https://github.com/TalkUHulk/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")
 
1
  import os
2
  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")