nishrev commited on
Commit
6c2d4b7
·
verified ·
1 Parent(s): 9fbce17

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -58,6 +58,7 @@ def recognition(audio, style=0):
58
 
59
  # input
60
  inputs = [
 
61
  gr.inputs.Audio(source="microphone", type="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
  ]
 
58
 
59
  # input
60
  inputs = [
61
+ gr.LoginButton(),
62
  gr.inputs.Audio(source="microphone", type="filepath", label='Input audio'),
63
  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"),
64
  ]