Spaces:
Running
Running
pratham0011
commited on
Update voice_chat.py
Browse files- voice_chat.py +1 -0
voice_chat.py
CHANGED
@@ -10,6 +10,7 @@ import sentencepiece as spm
|
|
10 |
import onnxruntime as ort
|
11 |
from huggingface_hub import hf_hub_download, InferenceClient
|
12 |
from dotenv import load_dotenv
|
|
|
13 |
|
14 |
# Speech Recognition Model Configuration
|
15 |
model_name = "neongeckocom/stt_en_citrinet_512_gamma_0_25"
|
|
|
10 |
import onnxruntime as ort
|
11 |
from huggingface_hub import hf_hub_download, InferenceClient
|
12 |
from dotenv import load_dotenv
|
13 |
+
import os
|
14 |
|
15 |
# Speech Recognition Model Configuration
|
16 |
model_name = "neongeckocom/stt_en_citrinet_512_gamma_0_25"
|