Spaces:
Runtime error
Runtime error
changed title
Browse files
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 |
)
|