Spaces:
Runtime error
Runtime error
Faridmaruf
commited on
Commit
•
bd4c86e
1
Parent(s):
7c81ede
Update app.py
Browse files
app.py
CHANGED
@@ -343,9 +343,9 @@ if __name__ == '__main__':
|
|
343 |
voices = [f"{v['ShortName']}-{v['Gender']}" for v in tts_voice_list]
|
344 |
with gr.Blocks() as app:
|
345 |
gr.Markdown(
|
346 |
-
"# <center>
|
347 |
"### <center> Support v2 Model\n"
|
348 |
-
"#### From [
|
349 |
"[![Original Repo](https://badgen.net/badge/icon/github?icon=github&label=Original%20Repo)](https://github.com/ArkanDash/Multi-Model-RVC-Inference)"
|
350 |
)
|
351 |
for (folder_title, folder, description, models) in categories:
|
|
|
343 |
voices = [f"{v['ShortName']}-{v['Gender']}" for v in tts_voice_list]
|
344 |
with gr.Blocks() as app:
|
345 |
gr.Markdown(
|
346 |
+
"# <center> RVC Blue archive others\n"
|
347 |
"### <center> Support v2 Model\n"
|
348 |
+
"#### From [RVC Blue archive others](https://colab.research.google.com/drive/1Hl0zix92NYI5HsylyjAy_7XmuXTBC-J9)\n"
|
349 |
"[![Original Repo](https://badgen.net/badge/icon/github?icon=github&label=Original%20Repo)](https://github.com/ArkanDash/Multi-Model-RVC-Inference)"
|
350 |
)
|
351 |
for (folder_title, folder, description, models) in categories:
|