Add-Vishnu commited on
Commit
93787bc
·
1 Parent(s): 2d063a0

Replaced Audio sources

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -40,7 +40,7 @@ def transcribe(audio,):
40
 
41
  demo = gr.Interface(
42
  transcribe,
43
- gr.Audio(source="microphone"),
44
  gr.Textbox(label="CLI_Transcription")
45
  )
46
 
 
40
 
41
  demo = gr.Interface(
42
  transcribe,
43
+ gr.Audio(sources=["microphone"]),
44
  gr.Textbox(label="CLI_Transcription")
45
  )
46