Spaces:
Runtime error
Runtime error
SayaSS
commited on
Commit
•
814e97c
1
Parent(s):
efab540
divide the model into multiple space
Browse files
app.py
CHANGED
@@ -64,7 +64,13 @@ if __name__ == '__main__':
|
|
64 |
"![visitor badge](https://visitor-badge.glitch.me/badge?page_id=sayashi.Sovits-Umamusume)\n\n"
|
65 |
"[Open In Colab](https://colab.research.google.com/drive/1wfsBbMzmtLflOJeqc5ZnJiLY7L239hJW?usp=share_link)"
|
66 |
" without queue and length limitation.\n\n"
|
67 |
-
"[Original Repo](https://github.com/
|
|
|
|
|
|
|
|
|
|
|
|
|
68 |
)
|
69 |
with gr.Tabs():
|
70 |
for (name, cover, vc_fn) in models:
|
@@ -77,7 +83,7 @@ if __name__ == '__main__':
|
|
77 |
)
|
78 |
with gr.Row():
|
79 |
with gr.Column():
|
80 |
-
vc_input = gr.Audio(label="Input audio"+' (less than
|
81 |
vc_transform = gr.Number(label="vc_transform", value=0)
|
82 |
auto_f0 = gr.Checkbox(label="auto_f0", value=False)
|
83 |
vc_submit = gr.Button("Generate", variant="primary")
|
|
|
64 |
"![visitor badge](https://visitor-badge.glitch.me/badge?page_id=sayashi.Sovits-Umamusume)\n\n"
|
65 |
"[Open In Colab](https://colab.research.google.com/drive/1wfsBbMzmtLflOJeqc5ZnJiLY7L239hJW?usp=share_link)"
|
66 |
" without queue and length limitation.\n\n"
|
67 |
+
"[Original Repo](https://github.com/svc-develop-team/so-vits-svc)\n\n"
|
68 |
+
"Other models:\n"
|
69 |
+
"[rudolf](https://huggingface.co/spaces/sayashi/sovits-rudolf)\n"
|
70 |
+
"[teio](https://huggingface.co/spaces/sayashi/sovits-teio)\n"
|
71 |
+
"[goldship](https://huggingface.co/spaces/sayashi/sovits-goldship)\n"
|
72 |
+
"[tannhauser](https://huggingface.co/spaces/sayashi/sovits-tannhauser)\n"
|
73 |
+
|
74 |
)
|
75 |
with gr.Tabs():
|
76 |
for (name, cover, vc_fn) in models:
|
|
|
83 |
)
|
84 |
with gr.Row():
|
85 |
with gr.Column():
|
86 |
+
vc_input = gr.Audio(label="Input audio"+' (less than 30 seconds)' if limitation else '')
|
87 |
vc_transform = gr.Number(label="vc_transform", value=0)
|
88 |
auto_f0 = gr.Checkbox(label="auto_f0", value=False)
|
89 |
vc_submit = gr.Button("Generate", variant="primary")
|