Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -55,6 +55,7 @@ acat = "VC"
|
|
| 55 |
juxxn = maville + acat
|
| 56 |
complete_phrase = './Applio-RVC-Fork/'
|
| 57 |
os.chdir(f'./Applio-RVC-Fork/')
|
|
|
|
| 58 |
from utils.dependency import *
|
| 59 |
from utils.clonerepo_experimental import *
|
| 60 |
os.chdir("..")
|
|
|
|
| 55 |
juxxn = maville + acat
|
| 56 |
complete_phrase = './Applio-RVC-Fork/'
|
| 57 |
os.chdir(f'./Applio-RVC-Fork/')
|
| 58 |
+
os.system('cd Applio-RVC-Fork')
|
| 59 |
from utils.dependency import *
|
| 60 |
from utils.clonerepo_experimental import *
|
| 61 |
os.chdir("..")
|