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