Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -1481,11 +1481,11 @@ def zip_downloader(model):
|
|
1481 |
else:
|
1482 |
return f'./weights/{model}.pth', "Could not find Index file."
|
1483 |
|
1484 |
-
with gr.Blocks(theme=
|
1485 |
with gr.Tabs():
|
1486 |
with gr.TabItem("Inference"):
|
1487 |
-
gr.HTML("<h1>
|
1488 |
-
gr.HTML("<h10>
|
1489 |
gr.HTML("<h4> Huggingface port by Ilaria of the Rejekt Easy GUI but green </h4>")
|
1490 |
|
1491 |
# Inference Preset Row
|
|
|
1481 |
else:
|
1482 |
return f'./weights/{model}.pth', "Could not find Index file."
|
1483 |
|
1484 |
+
with gr.Blocks(theme='JohnSmith9982/small_and_pretty'), title="Ilaria RVC 💚") as app:
|
1485 |
with gr.Tabs():
|
1486 |
with gr.TabItem("Inference"):
|
1487 |
+
gr.HTML("<h1> Appliless </h1>")
|
1488 |
+
gr.HTML("<h10> Ilaria RVC but with Applio UI </h10>")
|
1489 |
gr.HTML("<h4> Huggingface port by Ilaria of the Rejekt Easy GUI but green </h4>")
|
1490 |
|
1491 |
# Inference Preset Row
|