Spaces:
Runtime error
Runtime error
Update app_multi.py
Browse files- app_multi.py +3 -3
app_multi.py
CHANGED
@@ -295,9 +295,9 @@ async def _example_edge_tts(
|
|
295 |
|
296 |
with app:
|
297 |
gr.Markdown(
|
298 |
-
'##
|
299 |
-
'
|
300 |
-
'
|
301 |
)
|
302 |
|
303 |
with gr.Row():
|
|
|
295 |
|
296 |
with app:
|
297 |
gr.Markdown(
|
298 |
+
'## Une interface Web simpliste\n'
|
299 |
+
'Interface RVC, projet basé sur [RVC-WebUI] (https://github.com/fumiama/Retrieval-based-Voice-Conversion-WebUI) ' # thx noqa
|
300 |
+
'Beaucoup d'inspiration sur de l’existant, notamment [zomehwh/rvc-models](https://huggingface.co/spaces/zomehwh/rvc-models) & [DJQmUKV/rvc-inference] (https://huggingface.co/spaces/DJQmUKV/rvc-inference).\n ' # thx noqa
|
301 |
)
|
302 |
|
303 |
with gr.Row():
|