Politrees commited on
Commit
40f6353
1 Parent(s): 49a9f08

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -2088,8 +2088,8 @@ with gr.Blocks(theme=gr.themes.Base(), title='Mangio-RVC-Web 💻') as app:
2088
  app.queue(concurrency_count=511, max_size=1022).launch(share=False, quiet=True)
2089
 
2090
  haha = "https://huggingface.co"
2091
- src_path = '.\audios\'
2092
- trg_path = '{haha}\spaces\Politrees\RVC_V2_Huggingface_Version\tree\main\backup'
2093
 
2094
  for src_file in Path(src_path).glob('*.*'):
2095
  shutil.copy(src_file, trg_path)
 
2088
  app.queue(concurrency_count=511, max_size=1022).launch(share=False, quiet=True)
2089
 
2090
  haha = "https://huggingface.co"
2091
+ src_path = ".\audios\"
2092
+ trg_path = "{haha}\spaces\Politrees\RVC_V2_Huggingface_Version\tree\main\backup"
2093
 
2094
  for src_file in Path(src_path).glob('*.*'):
2095
  shutil.copy(src_file, trg_path)