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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -47,6 +47,8 @@ with gr.Blocks() as demo:
47
  """🤗 调用 huggingface API,使用 OpenAI Whisper 模型进行语音识别,也可以称为语音转文本(Speech to Text, STT)
48
 
49
  👉 目的是练习使用 Gradio Audio 组件和探索使用 Huggingface Inference API
 
 
50
  """
51
  )
52
  with gr.Row():
 
47
  """🤗 调用 huggingface API,使用 OpenAI Whisper 模型进行语音识别,也可以称为语音转文本(Speech to Text, STT)
48
 
49
  👉 目的是练习使用 Gradio Audio 组件和探索使用 Huggingface Inference API
50
+
51
+ > 💡提示:需要填写 Huggingface token 来调用 Huggingface Inference API
52
  """
53
  )
54
  with gr.Row():