Chitsanfei commited on
Commit
04585a6
1 Parent(s): d539c7c

fix: layout

Browse files
Files changed (1) hide show
  1. app.py +7 -9
app.py CHANGED
@@ -49,19 +49,17 @@ with app:
49
  # sovits-emu-voice-transform | OtoriEmu的在线变声器
50
 
51
  [![Visitors](https://api.visitorbadge.io/api/visitors?path=https%3A%2F%2Fhuggingface.co%2Fspaces%2FMashiroSA%2Fsovits-emu-voice-transform&labelColor=%23f47373&countColor=%23555555)](https://visitorbadge.io/status?path=https%3A%2F%2Fhuggingface.co%2Fspaces%2FMashiroSA%2Fsovits-emu-voice-transform)
 
 
52
 
53
- Modified from public demo based on so-vits-svc 4.0.
54
- > 基于so-vits-svc 4.0的公开demo修改而成。
 
55
 
56
- The dialogue training model based on the role Otori Emu has shown good results in dialogue, but the vocal of music conversion is not good.
57
- > 所使用的基于角色鳳えむ的对话训练的模型,在对话中具有良好效果,乐音转换欠佳。
58
-
59
- Only authorized to run on huggingface, running with free instance so conversion is much slower. Please be patient.
60
- 仅授权在huggingface上运行,运行使用免费实例转换较慢请耐心等待。
61
-
62
  ```text
63
  For academic exchange only and not for illegal purposes. We have no relationship or interest with SEGA or related organizations.
64
- The model derivation output is only similar to Otori Emu and there is inevitable loss, which cannot be fully simulated. If you have any questions, please send an email or forum for inquiry.
 
65
  ```
66
  """)
67
  spks = list(model.spk2id.keys())
 
49
  # sovits-emu-voice-transform | OtoriEmu的在线变声器
50
 
51
  [![Visitors](https://api.visitorbadge.io/api/visitors?path=https%3A%2F%2Fhuggingface.co%2Fspaces%2FMashiroSA%2Fsovits-emu-voice-transform&labelColor=%23f47373&countColor=%23555555)](https://visitorbadge.io/status?path=https%3A%2F%2Fhuggingface.co%2Fspaces%2FMashiroSA%2Fsovits-emu-voice-transform)
52
+
53
+ ---
54
 
55
+ Modified from public demo based on so-vits-svc 4.0. 基于so-vits-svc 4.0的公开demo修改而成。
56
+ The dialogue training model based on the role Otori Emu has shown good results in dialogue, but the vocal of music conversion is not good. 所使用的基于角色鳳えむ的对话训练的模型,在对话中具有良好效果,乐音转换欠佳。
57
+ Only authorized to run on huggingface, running with free instance so conversion is much slower. Please be patient. 仅授权在huggingface上运行,运行使用免费实例转换较慢请耐心等待。
58
 
 
 
 
 
 
 
59
  ```text
60
  For academic exchange only and not for illegal purposes. We have no relationship or interest with SEGA or related organizations.
61
+ The model derivation output is only similar to Otori Emu and there is inevitable loss, which cannot be fully simulated.
62
+ If you have any questions, please send an email or forum for inquiry.
63
  ```
64
  """)
65
  spks = list(model.spk2id.keys())