Spaces:
Runtime error
Runtime error
Shashashasha
commited on
Commit
·
9ca10c7
1
Parent(s):
52b4f8e
Update app.py
Browse files
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/
|
16 |
ckpt_name = None # None will pick latest
|
17 |
##########################################################
|
18 |
|
@@ -67,9 +67,9 @@ def predict(
|
|
67 |
|
68 |
|
69 |
description=f"""
|
70 |
-
|
71 |
|
72 |
-
|
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="
|
110 |
description=description,
|
111 |
article=article,
|
112 |
)
|
113 |
interface = gr.TabbedInterface(
|
114 |
[interface_mic, interface_file],
|
115 |
-
["
|
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 |
|