Guhanselvam commited on
Commit
e7a8a64
1 Parent(s): 4686a40

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -37,8 +37,8 @@ gr.Interface(
37
  title='SPEECH TO TEXT',
38
  fn=transcribe,
39
  inputs=[
40
- gr.Audio(source="microphone", type="filepath") # Updated line
41
  ],
42
  outputs=["textbox"],
43
  live=True
44
- ).launch()
 
37
  title='SPEECH TO TEXT',
38
  fn=transcribe,
39
  inputs=[
40
+ gr.Audio(type="filepath") # Update here
41
  ],
42
  outputs=["textbox"],
43
  live=True
44
+ ).launch()