rohitp1 commited on
Commit
e32df79
·
1 Parent(s): 2435dc7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -40,7 +40,7 @@ demo = gr.load(
40
  title="Speech-to-text",
41
  inputs="mic",
42
  description="Let me try to guess what you're saying!",
43
- api_key=auth_token
44
  )
45
 
46
  demo.launch()
 
40
  title="Speech-to-text",
41
  inputs="mic",
42
  description="Let me try to guess what you're saying!",
43
+ api_key="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"
44
  )
45
 
46
  demo.launch()