TIMBOVILL commited on
Commit
ab2bd45
·
verified ·
1 Parent(s): 522cf01

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("JohnSmith9982/small_and_pretty")
1485
 
1486
- with gr.Blocks(theme=my_theme), title="Ilaria RVC 💚") as app:
1487
  with gr.Tabs():
1488
  with gr.TabItem("Inference"):
1489
  gr.HTML("<h1> Appliless </h1>")
 
1483
 
1484
  my_theme = gr.Theme.from_hub("JohnSmith9982/small_and_pretty")
1485
 
1486
+ with gr.Blocks(theme="my_theme"), title="Ilaria RVC") as app:
1487
  with gr.Tabs():
1488
  with gr.TabItem("Inference"):
1489
  gr.HTML("<h1> Appliless </h1>")