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