Fancy-MLLM commited on
Commit
cf00f17
·
1 Parent(s): c6a39f9

Add application file

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -4,7 +4,7 @@ from qwen_vl_utils import process_vision_info
4
  import torch
5
 
6
  # Specify the local cache path for models
7
- local_path = "huggingface/Qwen/Qwen2.5-VL-7B-Instruct"
8
 
9
  # Load model and processor
10
  model = Qwen2_5_VLForConditionalGeneration.from_pretrained(
 
4
  import torch
5
 
6
  # Specify the local cache path for models
7
+ local_path = "Qwen/Qwen2.5-VL-7B-Instruct"
8
 
9
  # Load model and processor
10
  model = Qwen2_5_VLForConditionalGeneration.from_pretrained(