chitsanfei commited on
Commit
268484e
·
verified ·
1 Parent(s): eb533fd

😀: description update on app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -4
app.py CHANGED
@@ -42,7 +42,7 @@ f0method_info = ""
42
 
43
  if force_support is False or spaces is True:
44
  if spaces is True:
45
- audio_mode = ["Upload audio", "TTS Audio"]
46
  else:
47
  audio_mode = ["Input path", "Upload audio", "TTS Audio"]
48
  f0method_mode = ["pm", "harvest"]
@@ -375,9 +375,9 @@ if __name__ == '__main__':
375
  with gr.Blocks(theme=gr.themes.Default(primary_hue=gr.themes.colors.red, secondary_hue=gr.themes.colors.pink)) as app:
376
  gr.Markdown(
377
  "<div align='center'>\n\n"+
378
- "# 凤笑梦的RVC变声器\n\n"+
379
- "### 可以变声成为PJSK的凤笑梦的变声器和tts,修改自mrmocciai/rvc-genshin-v2。\n\n"+
380
- "#### 模型训练来源于PJSKSEGA和凤笑梦的声优本人。仅供研究用!\n\n"+
381
  "</div>\n\n"+
382
  "</div>"
383
  )
 
42
 
43
  if force_support is False or spaces is True:
44
  if spaces is True:
45
+ audio_mode = ["Upload audio"]
46
  else:
47
  audio_mode = ["Input path", "Upload audio", "TTS Audio"]
48
  f0method_mode = ["pm", "harvest"]
 
375
  with gr.Blocks(theme=gr.themes.Default(primary_hue=gr.themes.colors.red, secondary_hue=gr.themes.colors.pink)) as app:
376
  gr.Markdown(
377
  "<div align='center'>\n\n"+
378
+ "# chitsanfei/rvc-emu-voice-transform\n\n"+
379
+ "### A voice changer that can transform into the voice of Emu Otori from PJSK, modified from mrmocciai/rvc-genshin-v2. \n\n"+
380
+ "#### The model training is sourced from PJSK, SEGA, and the voice actor of Emu Otori herself. For research purposes only! \n\n"+
381
  "</div>\n\n"+
382
  "</div>"
383
  )