fcernafukuzaki commited on
Commit
8bf9f96
·
verified ·
1 Parent(s): 71965f4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -75,7 +75,7 @@ def transcribe_2(audio_bytes):
75
 
76
  demo = gr.Interface(
77
  transcribe_2,
78
- gr.Audio(sources=["microphone"], streaming=True),
79
  "text",
80
  #live=True, # No muestra el botón de Submit.
81
  )
 
75
 
76
  demo = gr.Interface(
77
  transcribe_2,
78
+ gr.Audio(sources=["microphone"], streaming=False),
79
  "text",
80
  #live=True, # No muestra el botón de Submit.
81
  )