TheStinger commited on
Commit
23b494f
Β·
1 Parent(s): 52d36a0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1470,7 +1470,7 @@ def zip_downloader(model):
1470
  else:
1471
  return f'./weights/{model}.pth', "Could not find Index file."
1472
 
1473
- with gr.Blocks(theme=gr.themes.Base(), title='Mangio-RVC-Web πŸ’»') as app:
1474
  with gr.Tabs():
1475
  with gr.TabItem("Inferenza"):
1476
  gr.HTML("<h1> Ilaria RVC 2.0 πŸ’– </h1>")
 
1470
  else:
1471
  return f'./weights/{model}.pth', "Could not find Index file."
1472
 
1473
+ with gr.Blocks(theme='ParityError/Anime'(), title='Mangio-RVC-Web πŸ’»') as app:
1474
  with gr.Tabs():
1475
  with gr.TabItem("Inferenza"):
1476
  gr.HTML("<h1> Ilaria RVC 2.0 πŸ’– </h1>")