Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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":
|
| 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"
|
| 85 |
}
|
| 86 |
|
| 87 |
if choice == "URL":
|