arcanus commited on
Commit
2d58d81
·
1 Parent(s): 8c759b7

Update app_rvc.py

Browse files
Files changed (1) hide show
  1. app_rvc.py +2 -2
app_rvc.py CHANGED
@@ -1682,8 +1682,8 @@ def create_gui(theme, logs_in_gui=False):
1682
 
1683
 
1684
  with gr.Tab(lg_conf["tab_translate"]):
1685
- + with gr.Row():
1686
- + with gr.Column():
1687
  input_data_type = gr.Dropdown(
1688
  ["Nahrát z počítače", "Url", "Absolutní cesta"],
1689
  value="Nahrát z počítače",
 
1682
 
1683
 
1684
  with gr.Tab(lg_conf["tab_translate"]):
1685
+ with gr.Row():
1686
+ with gr.Column():
1687
  input_data_type = gr.Dropdown(
1688
  ["Nahrát z počítače", "Url", "Absolutní cesta"],
1689
  value="Nahrát z počítače",