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