Update app.py
Browse files
app.py
CHANGED
|
@@ -1481,14 +1481,12 @@ def zip_downloader(model):
|
|
| 1481 |
else:
|
| 1482 |
return f'./weights/{model}.pth', "Could not find Index file."
|
| 1483 |
|
| 1484 |
-
|
| 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>
|
| 1490 |
-
gr.HTML("<h10>
|
| 1491 |
-
gr.HTML("<h4>
|
| 1492 |
|
| 1493 |
# Inference Preset Row
|
| 1494 |
# with gr.Row():
|
|
|
|
| 1481 |
else:
|
| 1482 |
return f'./weights/{model}.pth', "Could not find Index file."
|
| 1483 |
|
| 1484 |
+
with gr.Blocks(theme=gr.themes.Soft(primary_hue="green", secondary_hue="lime"), title="Applio V3) as app:
|
|
|
|
|
|
|
| 1485 |
with gr.Tabs():
|
| 1486 |
with gr.TabItem("Inference"):
|
| 1487 |
+
gr.HTML("<h1> 🍏 Appplio V3 </h1>")
|
| 1488 |
+
gr.HTML("<h10> We added a lot trust ms </h10>")
|
| 1489 |
+
gr.HTML("<h4> Mainline L </h4>")
|
| 1490 |
|
| 1491 |
# Inference Preset Row
|
| 1492 |
# with gr.Row():
|