Spaces:
Running
Running
Update app.py
Browse files
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:
|