PoTaTo721 commited on
Commit
f9b6bed
1 Parent(s): 0351610

Fix the bug of "No input provided".

Browse files

Another bug "invalid audio type" still needs more information.

Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -177,7 +177,7 @@ def create_demo():
177
  sources=["microphone"], type="numpy", label="Speak your message"
178
  )
179
 
180
- text_input = gr.Textbox(label="Or type your message", type="text")
181
 
182
  output_audio = gr.Audio(label="Assistant's Voice", type="numpy")
183
 
 
177
  sources=["microphone"], type="numpy", label="Speak your message"
178
  )
179
 
180
+ text_input = gr.Textbox(label="Or type your message", type="text",value="Can you give a brief introduction of yourself?")
181
 
182
  output_audio = gr.Audio(label="Assistant's Voice", type="numpy")
183