TIMBOVILL commited on
Commit
3c24a04
β€’
1 Parent(s): 981a6f2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1481,7 +1481,7 @@ 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.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>")
 
1481
  else:
1482
  return f'./weights/{model}.pth', "Could not find Index file."
1483
 
1484
+ with gr.Blocks(theme=applio), title="Ilaria RVC πŸ’š") as app:
1485
  with gr.Tabs():
1486
  with gr.TabItem("Inference"):
1487
  gr.HTML("<h1> Ilaria RVC πŸ’š </h1>")