Spaces:
Runtime error
Runtime error
Update app_multi.py
Browse files- app_multi.py +2 -2
app_multi.py
CHANGED
@@ -295,8 +295,8 @@ async def _example_edge_tts(
|
|
295 |
with app:
|
296 |
gr.Markdown(
|
297 |
'## A simplistic Web interface\n'
|
298 |
-
'RVC interface, project based on [RVC-WebUI]
|
299 |
-
'A lot of inspiration from what\'s already out there, including [zomehwh/rvc-models](https://huggingface.co/spaces/zomehwh/rvc-models) & [DJQmUKV/rvc-inference]
|
300 |
)
|
301 |
|
302 |
with gr.Row():
|
|
|
295 |
with app:
|
296 |
gr.Markdown(
|
297 |
'## A simplistic Web interface\n'
|
298 |
+
'RVC interface, project based on [RVC-WebUI](https://github.com/fumiama/Retrieval-based-Voice-Conversion-WebUI)' # thx noqa
|
299 |
+
'A lot of inspiration from what\'s already out there, including [zomehwh/rvc-models](https://huggingface.co/spaces/zomehwh/rvc-models) & [DJQmUKV/rvc-inference](https://huggingface.co/spaces/DJQmUKV/rvc-inference).\n ' # thx noqa
|
300 |
)
|
301 |
|
302 |
with gr.Row():
|