Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -10,7 +10,7 @@ IMAGENET_MEAN = (0.485, 0.456, 0.406)
|
|
| 10 |
IMAGENET_STD = (0.229, 0.224, 0.225)
|
| 11 |
|
| 12 |
|
| 13 |
-
model_name = "
|
| 14 |
tokenizer = AutoTokenizer.from_pretrained(model_name, trust_remote_code=True, use_fast=False)
|
| 15 |
model = AutoModel.from_pretrained(
|
| 16 |
model_name,
|
|
|
|
| 10 |
IMAGENET_STD = (0.229, 0.224, 0.225)
|
| 11 |
|
| 12 |
|
| 13 |
+
model_name = "torettomarui/Llava-qw"
|
| 14 |
tokenizer = AutoTokenizer.from_pretrained(model_name, trust_remote_code=True, use_fast=False)
|
| 15 |
model = AutoModel.from_pretrained(
|
| 16 |
model_name,
|