mirror of
https://github.com/oobabooga/text-generation-webui.git
synced 2026-04-05 14:45:28 +00:00
8 lines
227 B
Python
8 lines
227 B
Python
import logging
|
|
|
|
import gradio as gr
|
|
|
|
|
|
def ui():
|
|
gr.Markdown("### This extension is deprecated, use \"multimodal\" extension instead")
|
|
logging.error("LLaVA extension is deprecated, use \"multimodal\" extension instead")
|