Flourish commited on
Commit
cbc005d
·
verified ·
1 Parent(s): 26b2afa

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -1
README.md CHANGED
@@ -59,12 +59,18 @@ pip install -e .
59
 
60
  ## 🛠️ Inference
61
 
62
- For multimodal understanding, please run
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 \