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

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(type="messages", 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="filepath", label="Sprachaufnahme")
36
  text_input = gr.Textbox(placeholder="Nachricht eingeben...")
37
 
38
  send_button = gr.Button("Senden (Text)")