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