Update app.py
Browse files
app.py
CHANGED
@@ -38,35 +38,27 @@ with gr.Blocks(title='MoE-LLaVA🚀') as demo:
|
|
38 |
gr.Examples(
|
39 |
examples=[
|
40 |
[
|
41 |
-
f"demo.jfif",
|
42 |
"What is unusual about this image?",
|
43 |
],
|
44 |
[
|
45 |
-
f"demo.jfif",
|
46 |
"What are the things I should be cautious about when I visit here?",
|
47 |
],
|
48 |
[
|
49 |
-
f"demo.jfif",
|
50 |
"If there are factual errors in the questions, point it out; if not, proceed answering the question. What’s happening in the desert?",
|
51 |
],
|
52 |
[
|
53 |
-
f"demo.jfif",
|
54 |
"What is the title of this book?",
|
55 |
],
|
56 |
[
|
57 |
-
f"demo.jfif",
|
58 |
"What type of food is the girl holding?",
|
59 |
],
|
60 |
[
|
61 |
-
f"demo.jfif",
|
62 |
"What color is the train?",
|
63 |
],
|
64 |
[
|
65 |
-
f"demo.jfif",
|
66 |
"What is the girl looking at?",
|
67 |
],
|
68 |
[
|
69 |
-
f"demo.jfif",
|
70 |
"What might be the reason for the dog's aggressive behavior?",
|
71 |
],
|
72 |
],
|
|
|
38 |
gr.Examples(
|
39 |
examples=[
|
40 |
[
|
|
|
41 |
"What is unusual about this image?",
|
42 |
],
|
43 |
[
|
|
|
44 |
"What are the things I should be cautious about when I visit here?",
|
45 |
],
|
46 |
[
|
|
|
47 |
"If there are factual errors in the questions, point it out; if not, proceed answering the question. What’s happening in the desert?",
|
48 |
],
|
49 |
[
|
|
|
50 |
"What is the title of this book?",
|
51 |
],
|
52 |
[
|
|
|
53 |
"What type of food is the girl holding?",
|
54 |
],
|
55 |
[
|
|
|
56 |
"What color is the train?",
|
57 |
],
|
58 |
[
|
|
|
59 |
"What is the girl looking at?",
|
60 |
],
|
61 |
[
|
|
|
62 |
"What might be the reason for the dog's aggressive behavior?",
|
63 |
],
|
64 |
],
|