PEFT
Safetensors
parikshitmukh commited on
Commit
c75b882
·
verified ·
1 Parent(s): 84edf53

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -229,7 +229,7 @@ if __name__ == "__main__":
229
  parser = argparse.ArgumentParser(description="Qwen2.5-VL Inference Script")
230
  parser.add_argument("--model_repo", type=str, required=True, help="Hugging Face repo, e.g., presightai/arabic-image-to-markdown-qwen2.5vl-7b-instruct-lora")
231
  parser.add_argument("--image_path", type=str, required=True, help="Path to input image (e.g., input.jpg)")
232
- parser.add_argument("--question", type=str, default="Extract the content in markdown format.", help="Question/prompt")
233
 
234
  args = parser.parse_args()
235
 
 
229
  parser = argparse.ArgumentParser(description="Qwen2.5-VL Inference Script")
230
  parser.add_argument("--model_repo", type=str, required=True, help="Hugging Face repo, e.g., presightai/arabic-image-to-markdown-qwen2.5vl-7b-instruct-lora")
231
  parser.add_argument("--image_path", type=str, required=True, help="Path to input image (e.g., input.jpg)")
232
+ parser.add_argument("--question", type=str, default="Extract in markdown <image>", help="Question/prompt")
233
 
234
  args = parser.parse_args()
235