Next
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -7,7 +7,7 @@ def paths_for_files(path):
|
|
7 |
with gr.Blocks(title="π", theme=gr.themes.Base(primary_hue="rose", neutral_hue="zinc")) as app:
|
8 |
with gr.Tabs():
|
9 |
with gr.TabItem("Inference"):
|
10 |
-
voice_model = gr.Dropdown(label="Model Voice", choices=sorted(names)
|
11 |
refresh_button = gr.Button("Refresh", variant="primary")
|
12 |
spk_item = gr.Slider(minimum=0, maximum=2333, step=1, label="Speaker ID", value=0, visible=False, interactive=True)
|
13 |
vc_transform0 = gr.Number(label="Pitch", value=0)
|
|
|
7 |
with gr.Blocks(title="π", theme=gr.themes.Base(primary_hue="rose", neutral_hue="zinc")) as app:
|
8 |
with gr.Tabs():
|
9 |
with gr.TabItem("Inference"):
|
10 |
+
voice_model = gr.Dropdown(label="Model Voice", choices=sorted(names))
|
11 |
refresh_button = gr.Button("Refresh", variant="primary")
|
12 |
spk_item = gr.Slider(minimum=0, maximum=2333, step=1, label="Speaker ID", value=0, visible=False, interactive=True)
|
13 |
vc_transform0 = gr.Number(label="Pitch", value=0)
|