BartPoint commited on
Commit
fdb8108
·
1 Parent(s): 2638b4a

Update app_multi.py

Browse files
Files changed (1) hide show
  1. 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
- '## Simple, Stupid RVC Inference WebUI\n'
299
- 'Another RVC inference WebUI based on [RVC-WebUI](https://github.com/fumiama/Retrieval-based-Voice-Conversion-WebUI), ' # noqa
300
- 'some code and features inspired from so-vits and [zomehwh/rvc-models](https://huggingface.co/spaces/zomehwh/rvc-models).\n' # noqa
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():