Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -3,7 +3,7 @@ from transformers import pipeline
|
|
| 3 |
import torch
|
| 4 |
|
| 5 |
pipe = pipeline(
|
| 6 |
-
"
|
| 7 |
model="rahul7star/gemma-3bit",
|
| 8 |
device="cpu",
|
| 9 |
torch_dtype=torch.bfloat16
|
|
|
|
| 3 |
import torch
|
| 4 |
|
| 5 |
pipe = pipeline(
|
| 6 |
+
"text-to-text",
|
| 7 |
model="rahul7star/gemma-3bit",
|
| 8 |
device="cpu",
|
| 9 |
torch_dtype=torch.bfloat16
|