Spaces:
Running
on
Zero
Running
on
Zero
TheStinger
commited on
Commit
β’
3dd92ea
1
Parent(s):
0fa03a6
Update app.py
Browse files
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():
|