Javitron4257 commited on
Commit
30618f3
·
verified ·
1 Parent(s): 4eeb42e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -17,7 +17,7 @@ def transcribe(audio): # Recibe un único parámetro de entrada (un audio)
17
 
18
  demo = gr.Interface(
19
  transcribe,
20
- gr.Audio(sources=["upload"]),
21
  "text",
22
  )
23
 
 
17
 
18
  demo = gr.Interface(
19
  transcribe,
20
+ gr.Audio(sources=["microphone"]),
21
  "text",
22
  )
23