Update app.py
Browse files
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
|
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(
|