from .basic_caption_gui import gradio_basic_caption_gui_tab from .convert_model_gui import gradio_convert_model_tab from .blip_caption_gui import gradio_blip_caption ...
Captions images in a given directory with a given caption text. Args: caption_text (str): The text to be used as the caption. images_dir (str): The directory containing the images to be captioned.