yasserrmd commited on
Commit
48521c3
·
verified ·
1 Parent(s): 18de9c1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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-1B"
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,