taochenxin commited on
Commit
0eebc1c
1 Parent(s): fa4bfc9

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -156,7 +156,7 @@ def load_image(image_file, input_size=448, max_num=12):
156
  return pixel_values
157
 
158
 
159
- path = 'taochenxin/HoVLE/'
160
  model = AutoModel.from_pretrained(
161
  path,
162
  torch_dtype=torch.bfloat16,
 
156
  return pixel_values
157
 
158
 
159
+ path = 'OpenGVLab/HoVLE/'
160
  model = AutoModel.from_pretrained(
161
  path,
162
  torch_dtype=torch.bfloat16,