weihongliang commited on
Commit
1543ea9
·
verified ·
1 Parent(s): 75791f8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -186,7 +186,7 @@ def resize_image_for_display(img_array, max_width=500):
186
  return np.array(img)
187
 
188
  model = Qwen2VLForConditionalGeneration.from_pretrained(
189
- "/mnt/14T-disk/code/Contextual_Referring_Understanding/LLaMA-Factory/models/qwen2_vl_7b_citation_lora_sft_face_3/goodcaption-20000",
190
  torch_dtype=torch.float16,
191
  device_map="auto"
192
  )
 
186
  return np.array(img)
187
 
188
  model = Qwen2VLForConditionalGeneration.from_pretrained(
189
+ "weihongliang/RC-Qwen2VL-7b",
190
  torch_dtype=torch.float16,
191
  device_map="auto"
192
  )