Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -2086,11 +2086,4 @@ with gr.Blocks(theme=gr.themes.Base(), title='Mangio-RVC-Web 💻') as app:
|
|
2086 |
)
|
2087 |
|
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)
|
2096 |
#endregion
|
|
|
2086 |
)
|
2087 |
|
2088 |
app.queue(concurrency_count=511, max_size=1022).launch(share=False, quiet=True)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2089 |
#endregion
|