TheStinger commited on
Commit
3dd92ea
β€’
1 Parent(s): 0fa03a6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -276,6 +276,7 @@ def upload_model(index_file, pth_file, model_name):
276
 
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
  with gr.Tab("Inference"):
280
  sound_gui = gr.Audio(value=None,type="filepath",autoplay=False,visible=True,)
281
  def update():
 
276
 
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():