NeoPy commited on
Commit
7fe2dc1
·
verified ·
1 Parent(s): d5a6e23

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -192,9 +192,9 @@ def model_info(name):
192
  return "Model not found"
193
 
194
  with gr.Blocks(theme=gr.themes.Soft(primary_hue="pink", secondary_hue="rose"), title="Ilaria RVC 💖") as app:
195
- gr.Markdown("# Ilaria RVC 💖")
196
  gr.Markdown("Support the project by donating on [Ko-Fi](https://ko-fi.com/ilariaowo)")
197
-
198
  with gr.Tab("Inference"):
199
  with gr.Row(equal_height=True):
200
  models_dropdown = gr.Dropdown(label="Select Model", choices=[m["model_name"] for m in MODELS], value=MODELS[0]["model_name"])
 
192
  return "Model not found"
193
 
194
  with gr.Blocks(theme=gr.themes.Soft(primary_hue="pink", secondary_hue="rose"), title="Ilaria RVC 💖") as app:
195
+ gr.Label("Ilaria RVC 💖")
196
  gr.Markdown("Support the project by donating on [Ko-Fi](https://ko-fi.com/ilariaowo)")
197
+ gr.Markdown("Maintained by NeoDev aka BF667")
198
  with gr.Tab("Inference"):
199
  with gr.Row(equal_height=True):
200
  models_dropdown = gr.Dropdown(label="Select Model", choices=[m["model_name"] for m in MODELS], value=MODELS[0]["model_name"])