Update app.py
Browse files
app.py
CHANGED
@@ -6,7 +6,7 @@ import string
|
|
6 |
from huggingface_hub import InferenceClient
|
7 |
|
8 |
# Initialize Qwen client
|
9 |
-
qwen_client = InferenceClient("
|
10 |
|
11 |
# Model and ONNX setup
|
12 |
HG_MODEL = "livekit/turn-detector"
|
|
|
6 |
from huggingface_hub import InferenceClient
|
7 |
|
8 |
# Initialize Qwen client
|
9 |
+
qwen_client = InferenceClient("deepseek-ai/DeepSeek-R1-Distill-Qwen-1.5B")
|
10 |
|
11 |
# Model and ONNX setup
|
12 |
HG_MODEL = "livekit/turn-detector"
|