megaaziib commited on
Commit
2f3c744
1 Parent(s): 0918b3c

changed title

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -137,7 +137,7 @@ if __name__ == '__main__':
137
  models.append((name, title, author, cover, create_vc_fn(tgt_sr, net_g, vc, if_f0, index, npy)))
138
  with gr.Blocks() as app:
139
  gr.Markdown(
140
- "# <center> RVC Models\n"
141
  "## <center> The input audio should be clean and pure voice without background music.\n"
142
  "[![ko-fi](https://ko-fi.com/img/githubbutton_sm.svg)](https://ko-fi.com/megaaziib)\n\n"
143
  )
 
137
  models.append((name, title, author, cover, create_vc_fn(tgt_sr, net_g, vc, if_f0, index, npy)))
138
  with gr.Blocks() as app:
139
  gr.Markdown(
140
+ "# <center> Hololive RVC Models\n"
141
  "## <center> The input audio should be clean and pure voice without background music.\n"
142
  "[![ko-fi](https://ko-fi.com/img/githubbutton_sm.svg)](https://ko-fi.com/megaaziib)\n\n"
143
  )