Update app.py
Browse files
app.py
CHANGED
|
@@ -796,7 +796,7 @@ compact_css = """
|
|
| 796 |
|
| 797 |
with gr.Blocks(css=compact_css, theme=gr.themes.Default(spacing_size=gr.themes.sizes.spacing_sm, text_size=gr.themes.sizes.text_sm)) as demo:
|
| 798 |
# 只顯示標題,不顯示 GPU 狀態
|
| 799 |
-
gr.Markdown("# Automatic Speech Recognition(ASR) & Speech to Text(STT) / 語音辨識、語音轉文字
|
| 800 |
|
| 801 |
with gr.Row():
|
| 802 |
# Left Column: Input & Options
|
|
|
|
| 796 |
|
| 797 |
with gr.Blocks(css=compact_css, theme=gr.themes.Default(spacing_size=gr.themes.sizes.spacing_sm, text_size=gr.themes.sizes.text_sm)) as demo:
|
| 798 |
# 只顯示標題,不顯示 GPU 狀態
|
| 799 |
+
gr.Markdown("# Automatic Speech Recognition(ASR) & Speech to Text(STT) / 語音辨識、語音轉文字 🔊➡️📝\nUse AI models to transcribe or translate speech from microphone, file uploads, or YouTube. / 使用 AI 模型轉錄或翻譯來自麥克風、上傳檔案或 YouTube 的語音。")
|
| 800 |
|
| 801 |
with gr.Row():
|
| 802 |
# Left Column: Input & Options
|