Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -4,7 +4,7 @@ import gradio as gr
|
|
4 |
import transformers
|
5 |
import torch
|
6 |
|
7 |
-
model_id = "
|
8 |
|
9 |
pipeline = transformers.pipeline(
|
10 |
"text-generation",
|
|
|
4 |
import transformers
|
5 |
import torch
|
6 |
|
7 |
+
model_id = "unsloth/llama-2-7b-bnb-4bit"
|
8 |
|
9 |
pipeline = transformers.pipeline(
|
10 |
"text-generation",
|