Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
|
@@ -20,10 +20,9 @@ with gr.Blocks(title="RVC UI") as app:
|
|
| 20 |
gr.Markdown("<h1>this ui not done yet!")
|
| 21 |
with gr.TabItem("inference"):
|
| 22 |
with gr.Tabs():
|
| 23 |
-
|
| 24 |
-
|
| 25 |
-
|
| 26 |
-
clean_button = gr.Button("Refresh model", variant="primary")
|
| 27 |
with gr.Row():
|
| 28 |
with gr.Row():
|
| 29 |
pith_voice = gr.Number(label="Transpose 12 for femal, -12 fo male)", value=0)
|
|
|
|
| 20 |
gr.Markdown("<h1>this ui not done yet!")
|
| 21 |
with gr.TabItem("inference"):
|
| 22 |
with gr.Tabs():
|
| 23 |
+
models = gr.Dropdown(label="voice model", choices=sorted(names))
|
| 24 |
+
with gr.Row():
|
| 25 |
+
clean_button = gr.Button("Refresh model", variant="primary")
|
|
|
|
| 26 |
with gr.Row():
|
| 27 |
with gr.Row():
|
| 28 |
pith_voice = gr.Number(label="Transpose 12 for femal, -12 fo male)", value=0)
|