Trinet2023 commited on
Commit
e803fb6
1 Parent(s): 783b830

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -1,9 +1,9 @@
1
 
2
  import gradio as gr
3
 
4
- description = "Story generation with GPT-2"
5
- title = "Generate your own story"
6
- examples = [["Adventurer is approached by a mysterious stranger in the tavern for a new quest."]]
7
 
8
  interface = gr.Interface.load("liuhaotian/llava-v1.6-vicuna-7b",
9
  description=description,
 
1
 
2
  import gradio as gr
3
 
4
+ description = "RAG to MMM"
5
+ title = "Multimodal RAG"
6
+ #examples = [["Adventurer is approached by a mysterious stranger in the tavern for a new quest."]]
7
 
8
  interface = gr.Interface.load("liuhaotian/llava-v1.6-vicuna-7b",
9
  description=description,