nishrev commited on
Commit
6979a96
·
verified ·
1 Parent(s): 4dfea1d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -58,7 +58,6 @@ def recognition(audio, style=0):
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
  ]
 
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
  ]