txya900619 commited on
Commit
2fd4b91
1 Parent(s): 0d199c4

feat: load title from DEMO.md

Browse files
Files changed (1) hide show
  1. app.py +4 -1
app.py CHANGED
@@ -201,9 +201,12 @@ def update_example(language):
201
  ],
202
  )
203
 
 
 
 
204
 
205
  demo = gr.Blocks(
206
- title="臺灣南島語語音合成系統",
207
  css="@import url(https://tauhu.tw/tauhu-oo.css);",
208
  theme=gr.themes.Default(
209
  font=(
 
201
  ],
202
  )
203
 
204
+ def get_title():
205
+ with open("DEMO.md") as tong:
206
+ return tong.readline().strip('# ')
207
 
208
  demo = gr.Blocks(
209
+ title=get_title(),
210
  css="@import url(https://tauhu.tw/tauhu-oo.css);",
211
  theme=gr.themes.Default(
212
  font=(