Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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())
|
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=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])
|