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