Wendy-Fly commited on
Commit
3af0a6e
·
verified ·
1 Parent(s): 4c68a2b

Upload data.py with huggingface_hub

Browse files
Files changed (1) hide show
  1. data.py +1 -1
data.py CHANGED
@@ -43,7 +43,7 @@ for sud_ in os.listdir(file_path):
43
  for x in data:
44
  img_path = os.path.join(file_path,x[2]['path'])
45
  ## 在 Linux 放开
46
- #slove_images(x[2]['bytes'],img_path)
47
  message = {
48
  "role": "user",
49
  "content": [
 
43
  for x in data:
44
  img_path = os.path.join(file_path,x[2]['path'])
45
  ## 在 Linux 放开
46
+ slove_images(x[2]['bytes'],img_path)
47
  message = {
48
  "role": "user",
49
  "content": [