TIMBOVILL commited on
Commit
6af4e6d
·
verified ·
1 Parent(s): 1612e25

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +6 -1
app.py CHANGED
@@ -1484,6 +1484,9 @@ def zip_downloader(model):
1484
  with open("amongus.md", "r", encoding="utf8") as f:
1485
  inforeadme = f.read()
1486
 
 
 
 
1487
  my_theme = gr.Theme.from_hub("ParityError/LimeFace")
1488
 
1489
  with gr.Blocks(theme=my_theme) as app:
@@ -1866,7 +1869,9 @@ with gr.Blocks(theme=my_theme) as app:
1866
  # Made with 💖 by Ilaria | Support her on [Ko-Fi](https://ko-fi.com/ilariaowo)
1867
  # """
1868
  # )
1869
-
 
 
1870
  with gr.TabItem(i18n("About")):
1871
  gr.Markdown(value=inforeadme)
1872
 
 
1484
  with open("amongus.md", "r", encoding="utf8") as f:
1485
  inforeadme = f.read()
1486
 
1487
+ with open("voicemodels.md", "r", encoding="utf8") as f:
1488
+ voicemodels = f.read()
1489
+
1490
  my_theme = gr.Theme.from_hub("ParityError/LimeFace")
1491
 
1492
  with gr.Blocks(theme=my_theme) as app:
 
1869
  # Made with 💖 by Ilaria | Support her on [Ko-Fi](https://ko-fi.com/ilariaowo)
1870
  # """
1871
  # )
1872
+ with gr.TabItem(i18n("Download Models")):
1873
+ gr.Markdown(value=voicemodels)
1874
+
1875
  with gr.TabItem(i18n("About")):
1876
  gr.Markdown(value=inforeadme)
1877