Hemg commited on
Commit
0ce0895
·
verified ·
1 Parent(s): 6026518

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -60,8 +60,7 @@ demo = gr.Interface(
60
  fn=transcribe,
61
  inputs=[
62
  #gr.Audio(label="Audio", type="filepath"),
63
- #gr.Audio(sources=["upload", "microphone"], type="filepath"),
64
- gr.Audio(sources=["microphone"], type="filepath", label="Record from microphone"),
65
  gr.Checkbox(label="Return timestamps"),
66
  ],
67
  outputs=gr.Textbox(show_copy_button=True, label="Text"),
 
60
  fn=transcribe,
61
  inputs=[
62
  #gr.Audio(label="Audio", type="filepath"),
63
+ gr.Audio(sources=["upload", "microphone"], type="filepath"),
 
64
  gr.Checkbox(label="Return timestamps"),
65
  ],
66
  outputs=gr.Textbox(show_copy_button=True, label="Text"),