Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -265,7 +265,7 @@ def audio_downloader(url):
|
|
265 |
|
266 |
|
267 |
|
268 |
-
with gr.Blocks() as app:
|
269 |
with gr.Row():
|
270 |
with gr.Column():
|
271 |
gr.Markdown("# RVC PlayGround 🎮")
|
@@ -316,7 +316,7 @@ with gr.Blocks() as app:
|
|
316 |
audio_name = gr.Textbox(label="audio name")
|
317 |
outputs_audiq = gr.Textbox(label="audio outputs")
|
318 |
download_yt_button = gr.Button("download")
|
319 |
-
download_yt_button.click(fn=audio_downloader
|
320 |
|
321 |
|
322 |
with gr.Row():
|
|
|
265 |
|
266 |
|
267 |
|
268 |
+
with gr.Blocks(theme="ParityError/Interstellar") as app:
|
269 |
with gr.Row():
|
270 |
with gr.Column():
|
271 |
gr.Markdown("# RVC PlayGround 🎮")
|
|
|
316 |
audio_name = gr.Textbox(label="audio name")
|
317 |
outputs_audiq = gr.Textbox(label="audio outputs")
|
318 |
download_yt_button = gr.Button("download")
|
319 |
+
download_yt_button.click(fn=audio_downloader inputs=[url_yt, audio_name],outputs=[outputs_audiq])
|
320 |
|
321 |
|
322 |
with gr.Row():
|