beyoru commited on
Commit
62d36a6
·
verified ·
1 Parent(s): 83270e3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -6,7 +6,7 @@ import string
6
  from huggingface_hub import InferenceClient
7
 
8
  # Initialize Qwen client
9
- qwen_client = InferenceClient("unsloth/DeepSeek-R1-Distill-Qwen-1.5B")
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"