Spaces:
Running
Running
Update app.py
Browse files
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.
|
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"])
|