Trinet2023 commited on
Commit
5752642
1 Parent(s): 9482079

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -4
app.py CHANGED
@@ -4,10 +4,7 @@ import gradio as gr
4
  description = "RAG to MMM"
5
  title = "Multimodal RAG"
6
 
7
- interface = gr.load("liuhaotian/llava-v1.6-vicuna-7b",
8
-
9
-
10
- )
11
 
12
  interface.launch()
13
 
 
4
  description = "RAG to MMM"
5
  title = "Multimodal RAG"
6
 
7
+ interface = gr.load("liuhaotian/llava-v1.6-vicuna-7b", src = "models")
 
 
 
8
 
9
  interface.launch()
10