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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1483,7 +1483,7 @@ def zip_downloader(model):
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>")
 
1483
 
1484
  my_theme = gr.Theme.from_hub("ParityError/LimeFace")
1485
 
1486
+ with gr.Blocks(theme=my_theme) as app:
1487
  with gr.Tabs():
1488
  with gr.TabItem("Inference"):
1489
  gr.HTML("<h1> TIMBOVILIO RVC </h1>")