TIMBOVILL commited on
Commit
55911f1
β€’
1 Parent(s): bdf5129

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -1481,12 +1481,12 @@ def zip_downloader(model):
1481
  else:
1482
  return f'./weights/{model}.pth', "Could not find Index file."
1483
 
1484
- with gr.Blocks(theme=gr.themes.Default(primary_hue="green", secondary_hue="rose"), 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 </h4>")
1490
 
1491
  # Inference Preset Row
1492
  # with gr.Row():
 
1481
  else:
1482
  return f'./weights/{model}.pth', "Could not find Index file."
1483
 
1484
+ with gr.Blocks(theme=gr.themes.Soft(primary_hue="green", secondary_hue="lime"), 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
1492
  # with gr.Row():