Spaces:
Runtime error
Runtime error
Ahsen Khaliq
commited on
Commit
•
74a3f0f
1
Parent(s):
e5c66a0
Update app.py
Browse files
app.py
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
import os
|
2 |
import gradio as gr
|
3 |
-
os.system("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/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")
|