shweaung commited on
Commit
4818b40
·
verified ·
1 Parent(s): 53ebd58

Update app_rvc.py

Browse files
Files changed (1) hide show
  1. 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 တင်မယ်", "URL လင့်", "Find Video Path"],
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
  )