Update README.md
Browse files
    	
        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  | 
| 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 |  | 

