Trinet2023 commited on
Commit
cb58151
1 Parent(s): 16f7458

Update app.py

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