mirror of
https://github.com/oobabooga/text-generation-webui.git
synced 2024-11-01 15:10:15 +01:00
9 lines
253 B
Python
9 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")
|