R-Kentaren commited on
Commit
acee098
·
verified ·
1 Parent(s): 8157aa8

Update src/webui.py

Browse files
Files changed (1) hide show
  1. src/webui.py +2 -1
src/webui.py CHANGED
@@ -150,6 +150,7 @@ if __name__ == '__main__':
150
  rvc_model = gr.Dropdown(voice_models, label='Voice Models', info='Models folder "AICoverGen --> rvc_models". After new models are added into this folder, click the refresh button')
151
  ref_btn = gr.Button('Refresh Models 🔁', variant='primary')
152
 
 
153
  # Input Method Selection
154
  with gr.Row(equal_height=True):
155
  input_method = gr.Radio(
@@ -158,7 +159,7 @@ if __name__ == '__main__':
158
  value="File Upload",
159
  interactive=True
160
  )
161
-
162
  # File Upload Section
163
  with gr.Column(visible=True) as file_upload_col:
164
  audio_extensions = ['.mp3', '.m4a', '.flac', '.wav', '.aac', '.ogg', '.wma', '.alac', '.aiff', '.opus', 'amr']
 
150
  rvc_model = gr.Dropdown(voice_models, label='Voice Models', info='Models folder "AICoverGen --> rvc_models". After new models are added into this folder, click the refresh button')
151
  ref_btn = gr.Button('Refresh Models 🔁', variant='primary')
152
 
153
+
154
  # Input Method Selection
155
  with gr.Row(equal_height=True):
156
  input_method = gr.Radio(
 
159
  value="File Upload",
160
  interactive=True
161
  )
162
+ with gr.Column():
163
  # File Upload Section
164
  with gr.Column(visible=True) as file_upload_col:
165
  audio_extensions = ['.mp3', '.m4a', '.flac', '.wav', '.aac', '.ogg', '.wma', '.alac', '.aiff', '.opus', 'amr']