Shashashasha commited on
Commit
9ca10c7
·
1 Parent(s): 52b4f8e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -5
app.py CHANGED
@@ -12,7 +12,7 @@ from so_vits_svc_fork.inference.core import Svc
12
  ##########################################################
13
  # REPLACE THESE VALUES TO CHANGE THE MODEL REPO/CKPT NAME
14
  ##########################################################
15
- repo_id = "Shashashasha/vika"
16
  ckpt_name = None # None will pick latest
17
  ##########################################################
18
 
@@ -67,9 +67,9 @@ def predict(
67
 
68
 
69
  description=f"""
70
- This app uses models trained with so-vits-svc-fork to clone your voice. Model currently being used is https://hf.co/{repo_id}.
71
 
72
- To change the model being served, duplicate the space and update the `repo_id` in `app.py`.
73
  """.strip()
74
 
75
  article="""
@@ -106,13 +106,13 @@ interface_file = gr.Interface(
106
  gr.Dropdown(choices=["crepe", "crepe-tiny", "parselmouth", "dio", "harvest"], value='crepe', label="f0 method"),
107
  ],
108
  outputs="audio",
109
- title="Voice Cloning",
110
  description=description,
111
  article=article,
112
  )
113
  interface = gr.TabbedInterface(
114
  [interface_mic, interface_file],
115
- ["Clone From Mic", "Clone From File"],
116
  )
117
 
118
 
 
12
  ##########################################################
13
  # REPLACE THESE VALUES TO CHANGE THE MODEL REPO/CKPT NAME
14
  ##########################################################
15
+ repo_id = "Shashashasha/yoshi"
16
  ckpt_name = None # None will pick latest
17
  ##########################################################
18
 
 
67
 
68
 
69
  description=f"""
70
+ Это йоши нейросеть! Настройки не крутите. А если вам пофиг крутите ломайте!
71
 
72
+ А что тут написать?
73
  """.strip()
74
 
75
  article="""
 
106
  gr.Dropdown(choices=["crepe", "crepe-tiny", "parselmouth", "dio", "harvest"], value='crepe', label="f0 method"),
107
  ],
108
  outputs="audio",
109
+ title="Йоши Нейросеть",
110
  description=description,
111
  article=article,
112
  )
113
  interface = gr.TabbedInterface(
114
  [interface_mic, interface_file],
115
+ ["Микрофон", "Аудио файл"],
116
  )
117
 
118