Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -44,7 +44,7 @@ with gr.Blocks() as demo:
|
|
44 |
gr.HTML("""<h2 align="center">Automatic Speech Recognition (OpenAI Whisper with Inference API)</h2>""")
|
45 |
with gr.Row():
|
46 |
gr.Markdown(
|
47 |
-
"""🤗 调用 huggingface API,使用 OpenAI Whisper
|
48 |
|
49 |
👉 目的是练习使用 Gradio Audio 组件和探索使用 Huggingface Inference API
|
50 |
"""
|
|
|
44 |
gr.HTML("""<h2 align="center">Automatic Speech Recognition (OpenAI Whisper with Inference API)</h2>""")
|
45 |
with gr.Row():
|
46 |
gr.Markdown(
|
47 |
+
"""🤗 调用 huggingface API,使用 OpenAI Whisper 模型进行语音识别,也可以称为语音转文本(Speech to Text, STT)
|
48 |
|
49 |
👉 目的是练习使用 Gradio Audio 组件和探索使用 Huggingface Inference API
|
50 |
"""
|