Kevin676 commited on
Commit
6d8b482
·
1 Parent(s): 3ebd6b3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -98,11 +98,11 @@ output_3 = gr.Audio(label="Audio")
98
  gr.Interface(
99
  title = '🥳💬💕 - TalktoAI,随时随地,谈天说地!',
100
  theme="huggingface",
101
- description = "🤖 - 让有人文关怀的AI造福每一个人!AI向善,文明璀璨!TalktoAIEnable the future!",
102
  fn=transcribe,
103
  inputs=[
104
  gr.Textbox(lines=1, label = "请填写您的OpenAI_API_key"),
105
- gr.inputs.Audio(source="upload", label = "请上传您喜欢的声音", type="filepath"),
106
  gr.inputs.Audio(source="microphone", type="filepath"),
107
  gr.Radio(["TOEFL", "Therapist", "Alice"], label="TOEFL Examiner, Therapist Tina, or Assistant Alice?"),
108
  ],
 
98
  gr.Interface(
99
  title = '🥳💬💕 - TalktoAI,随时随地,谈天说地!',
100
  theme="huggingface",
101
+ description = "🤖 - 让有人文关怀的AI造福每一个人!AI向善,文明璀璨!TalktoAI - Enable the future!",
102
  fn=transcribe,
103
  inputs=[
104
  gr.Textbox(lines=1, label = "请填写您的OpenAI_API_key"),
105
+ gr.inputs.Audio(source="upload", label = "请上传您喜欢的声音(wav文件)", type="filepath"),
106
  gr.inputs.Audio(source="microphone", type="filepath"),
107
  gr.Radio(["TOEFL", "Therapist", "Alice"], label="TOEFL Examiner, Therapist Tina, or Assistant Alice?"),
108
  ],