Wendy-Fly commited on
Commit
585b226
·
verified ·
1 Parent(s): e299762

Upload generate_prompt.py with huggingface_hub

Browse files
Files changed (1) hide show
  1. generate_prompt.py +1 -0
generate_prompt.py CHANGED
@@ -6,6 +6,7 @@ from qwen_vl_utils import process_vision_info
6
  import json
7
  from tqdm import tqdm
8
  import os
 
9
 
10
  def read_json(file_path):
11
  with open(file_path, 'r', encoding='utf-8') as file:
 
6
  import json
7
  from tqdm import tqdm
8
  import os
9
+ import argparse
10
 
11
  def read_json(file_path):
12
  with open(file_path, 'r', encoding='utf-8') as file: