Ertugrul commited on
Commit
5f5e105
1 Parent(s): 20d6cd1

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +8 -0
README.md CHANGED
@@ -84,4 +84,12 @@ output_text = processor.batch_decode(
84
  print(output_text)
85
  ```
86
 
 
 
 
 
 
 
 
 
87
  For more detailed options, refer to the [Qwen2-VL-7B-Instruct](https://huggingface.co/Qwen/Qwen2-VL-7B-Instruct) documentation.
 
84
  print(output_text)
85
  ```
86
 
87
+ ### Gradio UI
88
+
89
+ If you prefer no coding option, there's simple gui that allows you to caption selected images. You can find more about it here:
90
+
91
+ [qwen2vl-captioner-gui](https://github.com/ertugrul-dmr/qwen2vl-captioner-gui)
92
+
93
+ ## Acknowledgements
94
+
95
  For more detailed options, refer to the [Qwen2-VL-7B-Instruct](https://huggingface.co/Qwen/Qwen2-VL-7B-Instruct) documentation.