Spaces:
Sleeping
Sleeping
txya900619
commited on
feat: update title
Browse files
app.py
CHANGED
@@ -49,7 +49,7 @@ def when_model_selected(model_id: str):
|
|
49 |
|
50 |
|
51 |
demo = gr.Blocks(
|
52 |
-
title="
|
53 |
css="@import url(https://tauhu.tw/tauhu-oo.css);",
|
54 |
theme=gr.themes.Default(
|
55 |
font=(
|
@@ -87,7 +87,7 @@ with demo:
|
|
87 |
|
88 |
gr.Markdown(
|
89 |
"""
|
90 |
-
#
|
91 |
### Formosan Automatic-Speech-Recognition System
|
92 |
### 研發團隊
|
93 |
- **[李鴻欣 Hung-Shin Lee](mailto:hungshinlee@gmail.com)([聯和科創](https://www.104.com.tw/company/1a2x6bmu75))**
|
|
|
49 |
|
50 |
|
51 |
demo = gr.Blocks(
|
52 |
+
title="臺灣南島語語音辨識系統",
|
53 |
css="@import url(https://tauhu.tw/tauhu-oo.css);",
|
54 |
theme=gr.themes.Default(
|
55 |
font=(
|
|
|
87 |
|
88 |
gr.Markdown(
|
89 |
"""
|
90 |
+
# 臺灣南島語語音辨識系統
|
91 |
### Formosan Automatic-Speech-Recognition System
|
92 |
### 研發團隊
|
93 |
- **[李鴻欣 Hung-Shin Lee](mailto:hungshinlee@gmail.com)([聯和科創](https://www.104.com.tw/company/1a2x6bmu75))**
|