Update README.md
Browse files
README.md
CHANGED
|
@@ -59,12 +59,18 @@ pip install -e .
|
|
| 59 |
|
| 60 |
## 🛠️ Inference
|
| 61 |
|
| 62 |
-
For
|
| 63 |
|
| 64 |
```bash
|
| 65 |
python test_img_to_txt.py
|
| 66 |
```
|
| 67 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 68 |
For text-to-image, please run
|
| 69 |
```bash
|
| 70 |
python test_txt_to_img.py \
|
|
|
|
| 59 |
|
| 60 |
## 🛠️ Inference
|
| 61 |
|
| 62 |
+
For single image understanding, please run
|
| 63 |
|
| 64 |
```bash
|
| 65 |
python test_img_to_txt.py
|
| 66 |
```
|
| 67 |
|
| 68 |
+
For multi-image understanding, please run
|
| 69 |
+
|
| 70 |
+
```bash
|
| 71 |
+
python test_multi_img_to_txt.py
|
| 72 |
+
```
|
| 73 |
+
|
| 74 |
For text-to-image, please run
|
| 75 |
```bash
|
| 76 |
python test_txt_to_img.py \
|