nishrev commited on
Commit
69f1a71
1 Parent(s): 299257f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -58,7 +58,7 @@ def recognition(audio, style=0):
58
 
59
  # input
60
  inputs = [
61
- gr.Audio(label='Input audio'),
62
  gr.Slider(0, 1, value=0, label="Verbatimicity - from non-verbatim (0) to verbatim (1)", info="Choose a transcription style between non-verbatim and verbatim"),
63
  ]
64
 
 
58
 
59
  # input
60
  inputs = [
61
+ gr.Audio(type="microphone", subtype="filepath", label='Input audio'),
62
  gr.Slider(0, 1, value=0, label="Verbatimicity - from non-verbatim (0) to verbatim (1)", info="Choose a transcription style between non-verbatim and verbatim"),
63
  ]
64