justyoung commited on
Commit
4450a82
1 Parent(s): ee0a673

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -263,8 +263,8 @@ def download_audio(url, audio_name):
263
 
264
 
265
  with gr.Blocks(theme="ParityError/Interstellar") as app:
266
- with gr.Row():
267
- with gr.Column():
268
  gr.HTML("<b><h2>RVC INFERENCE WEBUI</h2></b>")
269
  with gr.Column():
270
  with gr.Tabs():
 
263
 
264
 
265
  with gr.Blocks(theme="ParityError/Interstellar") as app:
266
+ with gr.Column():
267
+ with gr.Tabs():
268
  gr.HTML("<b><h2>RVC INFERENCE WEBUI</h2></b>")
269
  with gr.Column():
270
  with gr.Tabs():