mirror of
https://github.com/lucasjinreal/Namo-R1.git
synced 2026-01-13 22:07:17 +08:00
7 lines
192 B
Python
7 lines
192 B
Python
from namo.utils.process_utils import convert_image_tags
|
|
|
|
|
|
# a = convert_image_tags('what in these images?\n<image>')
|
|
a = convert_image_tags("what in these images?\n<image>\n<image>")
|
|
print(a)
|