Update app.py
Browse files
app.py
CHANGED
|
@@ -6,7 +6,7 @@ from transformers import pipeline
|
|
| 6 |
|
| 7 |
|
| 8 |
# Set up the model
|
| 9 |
-
model_id = "meta-llama/Llama-3.2-
|
| 10 |
pipe = pipeline(
|
| 11 |
"text-generation",
|
| 12 |
model=model_id,
|
|
|
|
| 6 |
|
| 7 |
|
| 8 |
# Set up the model
|
| 9 |
+
model_id = "meta-llama/Llama-3.2-3B"
|
| 10 |
pipe = pipeline(
|
| 11 |
"text-generation",
|
| 12 |
model=model_id,
|