mirror of
https://github.com/oobabooga/text-generation-webui.git
synced 2026-04-05 06:35:15 +00:00
8 lines
253 B
Python
8 lines
253 B
Python
import gradio as gr
|
|
|
|
from modules.logging_colors import logger
|
|
|
|
|
|
def ui():
|
|
gr.Markdown("### This extension is deprecated, use \"multimodal\" extension instead")
|
|
logger.error("LLaVA extension is deprecated, use \"multimodal\" extension instead")
|