Spaces:
Runtime error
Runtime error
Ahsen Khaliq
commited on
Commit
·
88459e0
1
Parent(s):
a34c88f
Update app.py
Browse files
app.py
CHANGED
|
@@ -3,9 +3,7 @@ import shutil
|
|
| 3 |
import zipfile
|
| 4 |
import gradio as gr
|
| 5 |
|
| 6 |
-
|
| 7 |
-
os.system('pip install --user -e .')
|
| 8 |
-
os.chdir('..')
|
| 9 |
os.system('gdown https://drive.google.com/uc?id=1Flw6Z0K2QdRrTn5F-gVt6HdR9TRPiaKy')
|
| 10 |
|
| 11 |
shutil.move('VQMIVC-pretrained models/checkpoints/', '.')
|
|
|
|
| 3 |
import zipfile
|
| 4 |
import gradio as gr
|
| 5 |
|
| 6 |
+
|
|
|
|
|
|
|
| 7 |
os.system('gdown https://drive.google.com/uc?id=1Flw6Z0K2QdRrTn5F-gVt6HdR9TRPiaKy')
|
| 8 |
|
| 9 |
shutil.move('VQMIVC-pretrained models/checkpoints/', '.')
|