Baseta commited on
Commit
1fea051
1 Parent(s): 70ca4aa

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -1493,11 +1493,11 @@ with gr.Blocks(theme=gr.themes.Default(primary_hue="red", secondary_hue="rose"),
1493
  # label="Your preset name"
1494
  # )
1495
  # mangio_preset_save_btn = gr.Button('Save Preset', variant="primary")
 
1496
 
1497
  # Other RVC stuff
1498
  with gr.Row():
1499
- #sid0 = gr.Dropdown(label="1.Choose the model.", choices=[''] + sorted(names), value=check_for_name())
1500
- sid0 = gr.Dropdown(label="1.Choose the model.", choices=[''] + sorted(names), value='')
1501
  refresh_button = gr.Button("Refresh", variant="primary")
1502
  if check_for_name() != '':
1503
  get_vc(sorted(names)[0])
 
1493
  # label="Your preset name"
1494
  # )
1495
  # mangio_preset_save_btn = gr.Button('Save Preset', variant="primary")
1496
+ # sid0 = gr.Dropdown(label="1.Choose the model.", choices=[''] + sorted(names), value=check_for_name())
1497
 
1498
  # Other RVC stuff
1499
  with gr.Row():
1500
+ sid0 = gr.Dropdown(label="1.Choose the model.", choices=[''] + sorted(names), value='')
 
1501
  refresh_button = gr.Button("Refresh", variant="primary")
1502
  if check_for_name() != '':
1503
  get_vc(sorted(names)[0])