Spaces:
Paused
Paused
Update stt/stt_deepgram.py
Browse files- stt/stt_deepgram.py +1 -1
stt/stt_deepgram.py
CHANGED
|
@@ -92,7 +92,7 @@ class DeepgramSTT(STTInterface):
|
|
| 92 |
|
| 93 |
# Try minimal configuration first
|
| 94 |
options = LiveOptions(
|
| 95 |
-
language="
|
| 96 |
model="nova-2",
|
| 97 |
encoding="linear16",
|
| 98 |
sample_rate=16000,
|
|
|
|
| 92 |
|
| 93 |
# Try minimal configuration first
|
| 94 |
options = LiveOptions(
|
| 95 |
+
language="tr",
|
| 96 |
model="nova-2",
|
| 97 |
encoding="linear16",
|
| 98 |
sample_rate=16000,
|