fcernafukuzaki commited on
Commit
7b6985e
·
verified ·
1 Parent(s): dd059f5

Update app.py

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