Blane187 commited on
Commit
af2a577
·
verified ·
1 Parent(s): 79c86b3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -4
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
- 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)
 
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)