TIMBOVILL commited on
Commit
e2023f7
·
verified ·
1 Parent(s): 1a38e0a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -1
app.py CHANGED
@@ -1481,7 +1481,9 @@ 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.Glass(primary_hue="lime", secondary_hue="lime"), title="TIMBOVILIO") as app:
 
 
1485
  with gr.Tabs():
1486
  with gr.TabItem("Inference"):
1487
  gr.HTML("<h1> TIMBOVILIO RVC </h1>")
 
1481
  else:
1482
  return f'./weights/{model}.pth', "Could not find Index file."
1483
 
1484
+ my_theme = gr.Theme.from_hub("ParityError/LimeFace")
1485
+
1486
+ with gr.Blocks(theme=ParityError/LimeFace) as app:
1487
  with gr.Tabs():
1488
  with gr.TabItem("Inference"):
1489
  gr.HTML("<h1> TIMBOVILIO RVC </h1>")