Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -3,8 +3,8 @@ import azure.cognitiveservices.speech as speechsdk
|
|
3 |
import time
|
4 |
|
5 |
# Azure credentials
|
6 |
-
SPEECH_KEY = "
|
7 |
-
SERVICE_REGION = "
|
8 |
|
9 |
# Define the language and dialect mapping
|
10 |
language_dialects = {
|
|
|
3 |
import time
|
4 |
|
5 |
# Azure credentials
|
6 |
+
SPEECH_KEY = "vkv2VVTi1agTmU74Sz8C62mOymEHmoknwCaQEnEsroK1AE0B7xt9JQQJ99BDACI8hq2XJ3w3AAAYACOGrzMV"
|
7 |
+
SERVICE_REGION = "switzerlandnorth"
|
8 |
|
9 |
# Define the language and dialect mapping
|
10 |
language_dialects = {
|