cjayic commited on
Commit
b2ab782
1 Parent(s): c0d60e2

link to soft-vc-widowmaker space

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -71,6 +71,8 @@ demo = gradio.Interface(
71
  # SOVITS Any-to-Many VC | Overwatch 2
72
  Upload any voice recording and turn it into a mangled approximation of any* Overwatch 2 Hero!
73
 
 
 
74
  SOVITS doesn't really appear to adjust the pitch to the target speaker, so it helps to have your input voice at a similar pitch to the target voice.
75
  I added a pitch shift option to preprocess the input voice, but it's slow and sometimes outright broken, use at your own risk.
76
 
 
71
  # SOVITS Any-to-Many VC | Overwatch 2
72
  Upload any voice recording and turn it into a mangled approximation of any* Overwatch 2 Hero!
73
 
74
+ For a higher quality single-speaker model, check out my [soft-vc-widowmaker](https://huggingface.co/spaces/cjayic/soft-vc-widowmaker) space!
75
+
76
  SOVITS doesn't really appear to adjust the pitch to the target speaker, so it helps to have your input voice at a similar pitch to the target voice.
77
  I added a pitch shift option to preprocess the input voice, but it's slow and sometimes outright broken, use at your own risk.
78