TIMBOVILL commited on
Commit
d24160b
1 Parent(s): dde3d26

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1506,7 +1506,7 @@ with gr.Blocks(theme=my_theme) as app:
1506
 
1507
  # Other RVC stuff
1508
  with gr.Row():
1509
- sid0 = gr.Dropdown(label="It's TIMBOVILLin time", choices=sorted(names), value=check_for_name(), value="TIMBOVILL.pth")
1510
  refresh_button = gr.Button("Refresh", variant="primary")
1511
  if check_for_name() != '':
1512
  get_vc(sorted(names)[0])
 
1506
 
1507
  # Other RVC stuff
1508
  with gr.Row():
1509
+ sid0 = gr.Dropdown(label="It's TIMBOVILLin time", choices=sorted(names), value="TIMBOVILL.pth")
1510
  refresh_button = gr.Button("Refresh", variant="primary")
1511
  if check_for_name() != '':
1512
  get_vc(sorted(names)[0])