monx / app.py
Trinet2023's picture
Create app.py
1008223 verified
raw
history blame
89 Bytes
import gradio as gr
demo = gr.load("liuhaotian/llava-v1.6-vicuna-7b")
demo.launch()