Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -265,13 +265,10 @@ def download_audio(url, audio_name):
|
|
265 |
with gr.Blocks(theme="ParityError/Interstellar") as app:
|
266 |
with gr.Row():
|
267 |
with gr.Column():
|
268 |
-
gr.
|
269 |
-
#with gr.Column():
|
270 |
-
#gr.HTML("<a href='https://ko-fi.com/rejekts' target='_blank'><img src='file/kofi_button.png' alt='🤝 Support Me'></a>")
|
271 |
-
with gr.Row():
|
272 |
with gr.Column():
|
273 |
with gr.Tabs():
|
274 |
-
|
275 |
gr.Markdown("- Code by @[Rejekts](https://huggingface.co/spaces/Rejekts/RVC_PlayGround)")
|
276 |
gr.Markdown("- mod by @[Blane187](https://github.com/Blane187)")
|
277 |
|
|
|
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():
|
271 |
+
|
272 |
gr.Markdown("- Code by @[Rejekts](https://huggingface.co/spaces/Rejekts/RVC_PlayGround)")
|
273 |
gr.Markdown("- mod by @[Blane187](https://github.com/Blane187)")
|
274 |
|