TIMBOVILL commited on
Commit
125be97
·
verified ·
1 Parent(s): 9997541

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -1481,11 +1481,11 @@ def zip_downloader(model):
1481
  else:
1482
  return f'./weights/{model}.pth', "Could not find Index file."
1483
 
1484
- with gr.Blocks(theme=IlairaGreen/applio), title="Ilaria RVC 💚") as app:
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 but green </h4>")
1490
 
1491
  # Inference Preset Row
 
1481
  else:
1482
  return f'./weights/{model}.pth', "Could not find Index file."
1483
 
1484
+ with gr.Blocks(theme='JohnSmith9982/small_and_pretty'), title="Ilaria RVC 💚") as app:
1485
  with gr.Tabs():
1486
  with gr.TabItem("Inference"):
1487
+ gr.HTML("<h1> Appliless </h1>")
1488
+ gr.HTML("<h10> Ilaria RVC but with Applio UI </h10>")
1489
  gr.HTML("<h4> Huggingface port by Ilaria of the Rejekt Easy GUI but green </h4>")
1490
 
1491
  # Inference Preset Row