Update app.py
Browse files
app.py
CHANGED
|
@@ -1481,7 +1481,7 @@ def zip_downloader(model):
|
|
| 1481 |
else:
|
| 1482 |
return f'./weights/{model}.pth', "Could not find Index file."
|
| 1483 |
|
| 1484 |
-
|
| 1485 |
primary_hue="violet",
|
| 1486 |
secondary_hue="violet",
|
| 1487 |
font=[gr.themes.GoogleFont('sans-serif'), 'ui-sans-serif', 'system-ui', 'sans-serif'],
|
|
@@ -1500,7 +1500,7 @@ applio = gr.themes.Base(
|
|
| 1500 |
slider_color_dark='*button_primary_background_fill'
|
| 1501 |
)
|
| 1502 |
|
| 1503 |
-
with gr.Blocks(theme=
|
| 1504 |
with gr.Tabs():
|
| 1505 |
with gr.TabItem("Inference"):
|
| 1506 |
gr.HTML("<h1> Applio-RVC-Fork V3 </h1>")
|
|
|
|
| 1481 |
else:
|
| 1482 |
return f'./weights/{model}.pth', "Could not find Index file."
|
| 1483 |
|
| 1484 |
+
fakeapplio = gr.themes.Base(
|
| 1485 |
primary_hue="violet",
|
| 1486 |
secondary_hue="violet",
|
| 1487 |
font=[gr.themes.GoogleFont('sans-serif'), 'ui-sans-serif', 'system-ui', 'sans-serif'],
|
|
|
|
| 1500 |
slider_color_dark='*button_primary_background_fill'
|
| 1501 |
)
|
| 1502 |
|
| 1503 |
+
with gr.Blocks(theme=fakeapplio), title="Applio V3") as app:
|
| 1504 |
with gr.Tabs():
|
| 1505 |
with gr.TabItem("Inference"):
|
| 1506 |
gr.HTML("<h1> Applio-RVC-Fork V3 </h1>")
|