Gilvan commited on
Commit
840523e
·
verified ·
1 Parent(s): 6b358d7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -3,7 +3,7 @@ from transformers import pipeline
3
  import gradio as gr
4
 
5
  # Define the model ID
6
- model_id = "unsloth/Llama-3.2-1B-Instruct"
7
 
8
  # Load the pipeline with the model
9
  pipe = pipeline(
 
3
  import gradio as gr
4
 
5
  # Define the model ID
6
+ model_id = "unsloth/Llama-3.2-1B"
7
 
8
  # Load the pipeline with the model
9
  pipe = pipeline(