Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
@@ -35,35 +35,35 @@ with gr.Blocks(title='MoE-LLaVA🚀')) as demo:
|
|
35 |
gr.Examples(
|
36 |
examples=[
|
37 |
[
|
38 |
-
f"
|
39 |
"What is unusual about this image?",
|
40 |
],
|
41 |
[
|
42 |
-
f"
|
43 |
"What are the things I should be cautious about when I visit here?",
|
44 |
],
|
45 |
[
|
46 |
-
f"
|
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 |
-
f"
|
51 |
"What is the title of this book?",
|
52 |
],
|
53 |
[
|
54 |
-
f"
|
55 |
"What type of food is the girl holding?",
|
56 |
],
|
57 |
[
|
58 |
-
f"
|
59 |
"What color is the train?",
|
60 |
],
|
61 |
[
|
62 |
-
f"
|
63 |
"What is the girl looking at?",
|
64 |
],
|
65 |
[
|
66 |
-
f"
|
67 |
"What might be the reason for the dog's aggressive behavior?",
|
68 |
],
|
69 |
],
|
|
|
35 |
gr.Examples(
|
36 |
examples=[
|
37 |
[
|
38 |
+
f"demo.jfif",
|
39 |
"What is unusual about this image?",
|
40 |
],
|
41 |
[
|
42 |
+
f"demo.jfif",
|
43 |
"What are the things I should be cautious about when I visit here?",
|
44 |
],
|
45 |
[
|
46 |
+
f"demo.jfif",
|
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 |
+
f"demo.jfif",
|
51 |
"What is the title of this book?",
|
52 |
],
|
53 |
[
|
54 |
+
f"demo.jfif",
|
55 |
"What type of food is the girl holding?",
|
56 |
],
|
57 |
[
|
58 |
+
f"demo.jfif",
|
59 |
"What color is the train?",
|
60 |
],
|
61 |
[
|
62 |
+
f"demo.jfif",
|
63 |
"What is the girl looking at?",
|
64 |
],
|
65 |
[
|
66 |
+
f"demo.jfif",
|
67 |
"What might be the reason for the dog's aggressive behavior?",
|
68 |
],
|
69 |
],
|