s3nh commited on
Commit
fa824b7
·
verified ·
1 Parent(s): aa8424c

Update app.py

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