TIMBOVILL commited on
Commit
e1c1543
·
verified ·
1 Parent(s): ab2bd45

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -6
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
- my_theme = gr.Theme.from_hub("JohnSmith9982/small_and_pretty")
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> Appliless </h1>")
1490
- gr.HTML("<h10> Ilaria RVC but with Applio UI </h10>")
1491
- gr.HTML("<h4> Huggingface port by Ilaria of the Rejekt Easy GUI but green </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():