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

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=["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=False),
78
  "text",
79
  #live=True, # No muestra el botón de Submit.
80
  )