Spaces:
Running
Running
Update app.py
Browse files
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
|
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>")
|