Unverified Commit 89eba7c1 authored by echo840's avatar echo840 Committed by GitHub
Browse files

Update README.md

parent 0a8bc869
...@@ -85,7 +85,7 @@ Inspired by Qwen-VL, we freeze the Large Language Model (LLM) and introduce LoRA ...@@ -85,7 +85,7 @@ Inspired by Qwen-VL, we freeze the Large Language Model (LLM) and introduce LoRA
## Inference ## Inference
Run the inference code: Run the inference code:
``` ```
python ./inference.py --model_path MODEL_PATH --image_path IMAGE_PATH --question YOUR_QUESTION python ./inference.py --model_path MODEL_PATH --image_path IMAGE_PATH --question "YOUR_QUESTION"
``` ```
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment