Adityadn commited on
Commit
c48f6b8
·
verified ·
1 Parent(s): b4f85fa

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -81,7 +81,7 @@ def recognize_audio(choice, url, file):
81
  api_url = os.getenv("API_URL", "https://api.audd.io/").strip('"')
82
  params = {
83
  "return": "apple_music,spotify",
84
- "api_token": os.getenv("API_TOKEN", "your_api_token_here")
85
  }
86
 
87
  if choice == "URL":
 
81
  api_url = os.getenv("API_URL", "https://api.audd.io/").strip('"')
82
  params = {
83
  "return": "apple_music,spotify",
84
+ "api_token": 'test' # os.getenv("API_TOKEN", "your_api_token_here")
85
  }
86
 
87
  if choice == "URL":