Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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.
|
267 |
-
with gr.
|
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():
|