Harveenchadha commited on
Commit
e1771c8
1 Parent(s): 1cf8921

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -68,6 +68,6 @@ txtbox = gr.Textbox(
68
 
69
  chkbox = gr.Checkbox(label="Apply LM", value=False)
70
 
71
- gr.Interface(parse_transcription, inputs = [input_, chckbox], outputs=txtbox,
72
  streaming=True, interactive=True,
73
  analytics_enabled=False, show_tips=False, enable_queue=True).launch(inline=False);
 
68
 
69
  chkbox = gr.Checkbox(label="Apply LM", value=False)
70
 
71
+ gr.Interface(parse_transcription, inputs = [input_, chkbox], outputs=txtbox,
72
  streaming=True, interactive=True,
73
  analytics_enabled=False, show_tips=False, enable_queue=True).launch(inline=False);