Spaces:
Running
on
Zero
Running
on
Zero
Made the discord link an hyperlink
Browse filesmade the ai hub discord link an hyperlink so that users can just click on it
app.py
CHANGED
@@ -1485,7 +1485,7 @@ with gr.Blocks(theme=gr.themes.Default(primary_hue="pink", secondary_hue="rose")
|
|
1485 |
with gr.Tabs():
|
1486 |
with gr.TabItem("Inference"):
|
1487 |
gr.HTML("<h1> Ilaria RVC 💖 </h1>")
|
1488 |
-
gr.HTML("<h10> You can find voice models on
|
1489 |
gr.HTML("<h4> Huggingface port by Ilaria of the Rejekt Easy GUI </h4>")
|
1490 |
|
1491 |
# Inference Preset Row
|
|
|
1485 |
with gr.Tabs():
|
1486 |
with gr.TabItem("Inference"):
|
1487 |
gr.HTML("<h1> Ilaria RVC 💖 </h1>")
|
1488 |
+
gr.HTML("<h10> You can find voice models on <a href="https://discord.gg/aihub"> AI Hub </a> </h10>")
|
1489 |
gr.HTML("<h4> Huggingface port by Ilaria of the Rejekt Easy GUI </h4>")
|
1490 |
|
1491 |
# Inference Preset Row
|