xzerus commited on
Commit
f511cdd
·
verified ·
1 Parent(s): 64de340

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -56,7 +56,7 @@ def load_image(image, input_size=448, max_num=12):
56
  return pixel_values
57
 
58
  # Load the model and tokenizer
59
- path = 'OpenGVLab/InternVL2_5-1B'
60
  model = AutoModel.from_pretrained(
61
  path,
62
  torch_dtype=torch.bfloat16,
 
56
  return pixel_values
57
 
58
  # Load the model and tokenizer
59
+ path = 'OpenGVLab/InternVL2_5-78B'
60
  model = AutoModel.from_pretrained(
61
  path,
62
  torch_dtype=torch.bfloat16,