Navyabhat commited on
Commit
5eba738
1 Parent(s): 0d4b9e7

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -47,7 +47,7 @@ pip install -e .
47
  3. Run the Model
48
  ```bash
49
  python llava_phi/eval/run_llava_phi.py --model-path="RaviNaik/Llava-Phi2" \
50
- --image-file="https://huggingface.co/avyabhat/Llava-Phi2/resolve/main/people.jpg?download=true" \
51
  --query="How many people are there in the image?"
52
  ```
53
 
 
47
  3. Run the Model
48
  ```bash
49
  python llava_phi/eval/run_llava_phi.py --model-path="RaviNaik/Llava-Phi2" \
50
+ --image-file="https://huggingface.co/Navyabhat/Llava-Phi2/resolve/main/people.jpg?download=true" \
51
  --query="How many people are there in the image?"
52
  ```
53