Spaces:
Runtime error
Runtime error
Trinet2023
commited on
Commit
•
e803fb6
1
Parent(s):
783b830
Update app.py
Browse files
app.py
CHANGED
@@ -1,9 +1,9 @@
|
|
1 |
|
2 |
import gradio as gr
|
3 |
|
4 |
-
description = "
|
5 |
-
title = "
|
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,
|