rohitp1 commited on
Commit
dce6276
·
1 Parent(s): 60de532

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -16,8 +16,7 @@ demo = gr.load(
16
  title="Speech-to-text-LibriSpeech-Noise-Robust",
17
  inputs="mic",
18
  description="Let me try to guess what you're saying!",
19
- api_key=auth_token,
20
- wait_for_model=True
21
  )
22
 
23
  demo.launch()
 
16
  title="Speech-to-text-LibriSpeech-Noise-Robust",
17
  inputs="mic",
18
  description="Let me try to guess what you're saying!",
19
+ api_key=auth_token
 
20
  )
21
 
22
  demo.launch()