Upload generate_prompt.py with huggingface_hub
Browse files- 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:
|