Spaces:
Running
Running
Updated to Qwen/Qwen2.5-0.5B
Browse files
app.py
CHANGED
|
@@ -20,7 +20,7 @@ from huggingface_hub import login
|
|
| 20 |
|
| 21 |
|
| 22 |
# Load the model and tokenizer
|
| 23 |
-
model_name = "
|
| 24 |
|
| 25 |
# Initialize classifier once for input guardrail
|
| 26 |
classifier = pipeline("zero-shot-classification",
|
|
|
|
| 20 |
|
| 21 |
|
| 22 |
# Load the model and tokenizer
|
| 23 |
+
model_name = "Qwen/Qwen2.5-0.5B"
|
| 24 |
|
| 25 |
# Initialize classifier once for input guardrail
|
| 26 |
classifier = pipeline("zero-shot-classification",
|