Spaces:
Runtime error
Runtime error
Commit
Β·
23b494f
1
Parent(s):
52d36a0
Update app.py
Browse files
app.py
CHANGED
@@ -1470,7 +1470,7 @@ def zip_downloader(model):
|
|
1470 |
else:
|
1471 |
return f'./weights/{model}.pth', "Could not find Index file."
|
1472 |
|
1473 |
-
with gr.Blocks(theme=
|
1474 |
with gr.Tabs():
|
1475 |
with gr.TabItem("Inferenza"):
|
1476 |
gr.HTML("<h1> Ilaria RVC 2.0 π </h1>")
|
|
|
1470 |
else:
|
1471 |
return f'./weights/{model}.pth', "Could not find Index file."
|
1472 |
|
1473 |
+
with gr.Blocks(theme='ParityError/Anime'(), title='Mangio-RVC-Web π»') as app:
|
1474 |
with gr.Tabs():
|
1475 |
with gr.TabItem("Inferenza"):
|
1476 |
gr.HTML("<h1> Ilaria RVC 2.0 π </h1>")
|