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

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=True),
78
  "text",
79
  #live=True, # No muestra el botón de Submit.
80
  )
 
74
 
75
  demo = gr.Interface(
76
  transcribe_2,
77
+ gr.Audio(format="bytes", streaming=True),
78
  "text",
79
  #live=True, # No muestra el botón de Submit.
80
  )