torettomarui commited on
Commit
6e91c12
·
verified ·
1 Parent(s): bb0a565

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 = "model"
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,