fcernafukuzaki commited on
Commit
d2ebfcd
·
verified ·
1 Parent(s): 0fb413a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -87,7 +87,7 @@ def transcribe_2(audio_bytes):
87
 
88
  demo = gr.Interface(
89
  transcribe_2,
90
- gr.Audio(sources=["microphone"], streaming=False),
91
  "text",
92
  #live=True, # No muestra el botón de Submit.
93
  )
 
87
 
88
  demo = gr.Interface(
89
  transcribe_2,
90
+ gr.Audio(sources=["microphone"], type="filepath", streaming=False),
91
  "text",
92
  #live=True, # No muestra el botón de Submit.
93
  )