Update app_rvc.py
Browse files- app_rvc.py +1 -1
app_rvc.py
CHANGED
@@ -1494,7 +1494,7 @@ def create_gui(theme, logs_in_gui=False):
|
|
1494 |
with gr.Row():
|
1495 |
with gr.Column():
|
1496 |
input_data_type = gr.Dropdown(
|
1497 |
-
["VIDEO
|
1498 |
value="SUBMIT VIDEO",
|
1499 |
label=lg_conf["video_source"],
|
1500 |
)
|
|
|
1494 |
with gr.Row():
|
1495 |
with gr.Column():
|
1496 |
input_data_type = gr.Dropdown(
|
1497 |
+
["SUBMIT VIDEO", "URL", "Find Video Path"],
|
1498 |
value="SUBMIT VIDEO",
|
1499 |
label=lg_conf["video_source"],
|
1500 |
)
|