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

Update app_rvc.py

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