Hev832 commited on
Commit
6ed66a9
·
verified ·
1 Parent(s): e38b597

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -5
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.Markdown("# RVC PlayGround 🎮")
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
- gr.HTML("<b><h2> 📄RVC Easy Web </h2></b>")
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