TheStinger commited on
Commit
52d36a0
·
1 Parent(s): bf2e3a2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -1508,7 +1508,7 @@ with gr.Blocks(theme=gr.themes.Base(), title='Mangio-RVC-Web 💻') as app:
1508
  inputs=[sid0],
1509
  outputs=[spk_item],
1510
  )
1511
- but0 = gr.Button("Convert", variant="primary")
1512
  with gr.Row():
1513
  with gr.Column():
1514
  with gr.Row():
@@ -1552,7 +1552,7 @@ with gr.Blocks(theme=gr.themes.Base(), title='Mangio-RVC-Web 💻') as app:
1552
  animate_button = gr.Button('Animate')
1553
 
1554
  with gr.Column():
1555
- with gr.Accordion("Index Settings", open=False):
1556
  file_index1 = gr.Dropdown(
1557
  label="3. Scegli il file index (nel caso non sia stato fatto in automatico.)",
1558
  choices=get_indexes(),
 
1508
  inputs=[sid0],
1509
  outputs=[spk_item],
1510
  )
1511
+ but0 = gr.Button("Converti", variant="primary")
1512
  with gr.Row():
1513
  with gr.Column():
1514
  with gr.Row():
 
1552
  animate_button = gr.Button('Animate')
1553
 
1554
  with gr.Column():
1555
+ with gr.Accordion("Impostazioni Index", open=False):
1556
  file_index1 = gr.Dropdown(
1557
  label="3. Scegli il file index (nel caso non sia stato fatto in automatico.)",
1558
  choices=get_indexes(),