monx / app.py
Trinet2023's picture
Update app.py
9482079 verified
raw
history blame
178 Bytes
import gradio as gr
description = "RAG to MMM"
title = "Multimodal RAG"
interface = gr.load("liuhaotian/llava-v1.6-vicuna-7b",
)
interface.launch()