Update app.py
Browse files
app.py
CHANGED
@@ -6,7 +6,7 @@ import string
|
|
6 |
from huggingface_hub import InferenceClient
|
7 |
import os
|
8 |
# Initialize Qwen client
|
9 |
-
qwen_client = InferenceClient("nztinversive/llama3.2-1b-Uncensored")
|
10 |
|
11 |
# Model and ONNX setup
|
12 |
HG_MODEL = "livekit/turn-detector"
|
|
|
6 |
from huggingface_hub import InferenceClient
|
7 |
import os
|
8 |
# Initialize Qwen client
|
9 |
+
qwen_client = InferenceClient("nztinversive/llama3.2-1b-Uncensored", token=os.environ.get("HF_TOKEN"))
|
10 |
|
11 |
# Model and ONNX setup
|
12 |
HG_MODEL = "livekit/turn-detector"
|