Politrees commited on
Commit
0785346
1 Parent(s): 61905f4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1486,7 +1486,7 @@ with gr.Blocks(theme=gr.themes.Base(), title='Mangio-RVC-Web 💻') as app:
1486
 
1487
  # Other RVC stuff
1488
  with gr.Row():
1489
- sid0 = gr.Dropdown(label="1.Выберите свою модель. choices=sorted(names), value=check_for_name())
1490
  refresh_button = gr.Button("Обновить", variant="primary")
1491
  if check_for_name() != '':
1492
  get_vc(sorted(names)[0])
 
1486
 
1487
  # Other RVC stuff
1488
  with gr.Row():
1489
+ sid0 = gr.Dropdown(label="1.Выберите свою модель.", choices=sorted(names), value=check_for_name())
1490
  refresh_button = gr.Button("Обновить", variant="primary")
1491
  if check_for_name() != '':
1492
  get_vc(sorted(names)[0])