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