Nick088 commited on
Commit
28cc69f
·
verified ·
1 Parent(s): aee7b6b

Made the discord link an hyperlink

Browse files

made the ai hub discord link an hyperlink so that users can just click on it

Files changed (1) hide show
  1. app.py +1 -1
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 AI Hub: https://discord.gg/aihub </h10>")
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