r3gm commited on
Commit
2fe2afd
1 Parent(s): 39cdc86

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
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("..")