mrmocciai commited on
Commit
c1b3033
·
verified ·
1 Parent(s): f3646e0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -277,6 +277,7 @@ def upload_model(index_file, pth_file, model_name):
277
  with gr.Blocks(theme=gr.themes.Default(primary_hue="pink", secondary_hue="rose"), title="Ilaria RVC 💖") as app:
278
  gr.Markdown("## Ilaria RVC 💖")
279
  gr.Markdown("**Help keeping up the GPU donating on [Ko-Fi](https://ko-fi.com/ilariaowo)**")
 
280
  with gr.Tab("Inference"):
281
  sound_gui = gr.Audio(value=None,type="filepath",autoplay=False,visible=True,)
282
  def update():
 
277
  with gr.Blocks(theme=gr.themes.Default(primary_hue="pink", secondary_hue="rose"), title="Ilaria RVC 💖") as app:
278
  gr.Markdown("## Ilaria RVC 💖")
279
  gr.Markdown("**Help keeping up the GPU donating on [Ko-Fi](https://ko-fi.com/ilariaowo)**")
280
+ gr.Markdown("**How to use this? [click here](https://youtu.be/V2rxUBte2pE?si=y6q6So7IVEV70qDe)**")
281
  with gr.Tab("Inference"):
282
  sound_gui = gr.Audio(value=None,type="filepath",autoplay=False,visible=True,)
283
  def update():