Blane187 commited on
Commit
169616c
·
verified ·
1 Parent(s): 2d34c0d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +7 -6
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.Tabs():
22
- with gr.TabItem("Single inference"):
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)
 
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)