rahul7star commited on
Commit
87d63c4
Β·
verified Β·
1 Parent(s): 60a6925

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 torch
4
 
5
  pipe = pipeline(
6
- "image-text-to-text",
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