Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
|
@@ -17,12 +17,13 @@ index_paths = []
|
|
| 17 |
|
| 18 |
with gr.Blocks(title="RVC UI") as app:
|
| 19 |
gr.Markdown("<center><h1> RVC UI 🗣️")
|
| 20 |
-
gr.Markdown("<h1>this ui not done yet!")
|
| 21 |
-
with gr.
|
| 22 |
-
with gr.
|
| 23 |
-
|
| 24 |
-
|
| 25 |
-
|
|
|
|
| 26 |
with gr.Row():
|
| 27 |
with gr.Row():
|
| 28 |
pith_voice = gr.Number(label="Transpose 12 for femal, -12 fo male)", value=0)
|
|
|
|
| 17 |
|
| 18 |
with gr.Blocks(title="RVC UI") as app:
|
| 19 |
gr.Markdown("<center><h1> RVC UI 🗣️")
|
| 20 |
+
gr.Markdown("<h1>this ui not done yet!")
|
| 21 |
+
with gr.TabItem("inference"):
|
| 22 |
+
with gr.Tabs():
|
| 23 |
+
with gr.TabItem("Single inference"):
|
| 24 |
+
models = gr.Dropdown(label="voice model", choices=sorted(names))
|
| 25 |
+
with gr.Row():
|
| 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)
|