Adityadn commited on
Commit
74ca2f0
·
verified ·
1 Parent(s): 1c18aea

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -83,7 +83,7 @@ def recognize_audio(choice, url, file):
83
  json.dumps(
84
  os.getenv("PARAMS"), indent=4
85
  )
86
- )['api_token'] = os.getenv("API_TOKEN", "your_api_token_here"))
87
 
88
  if choice == "URL":
89
  if not url:
 
83
  json.dumps(
84
  os.getenv("PARAMS"), indent=4
85
  )
86
+ )['api_token'] = os.getenv("API_TOKEN", "your_api_token_here")
87
 
88
  if choice == "URL":
89
  if not url: