hiwei commited on
Commit
6d443b3
1 Parent(s): 4d148c6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 模型进行语音识别,也可以成为语音转文本(Speech to Text, STT)
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
  """