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

Update app.py

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