mgokg commited on
Commit
f7209d0
·
verified ·
1 Parent(s): a06d476

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -32,7 +32,7 @@ with gr.Blocks() as demo:
32
  state = gr.State([])
33
 
34
  with gr.Row():
35
- audio_input = gr.Audio(source="microphone", label="Sprachaufnahme")
36
  text_input = gr.Textbox(placeholder="Nachricht eingeben...")
37
 
38
  send_button = gr.Button("Senden (Text)")
 
32
  state = gr.State([])
33
 
34
  with gr.Row():
35
+ audio_input = gr.Audio(type="messages", label="Sprachaufnahme")
36
  text_input = gr.Textbox(placeholder="Nachricht eingeben...")
37
 
38
  send_button = gr.Button("Senden (Text)")