lixin4ever commited on
Commit
a5e8583
1 Parent(s): ce19243

Update the prompts of the example cases

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -313,11 +313,11 @@ with gr.Blocks(title='VideoLLaMA 2 🔥🚀🔥', theme=theme, css=block_css) as
313
  ],
314
  [
315
  f"{cur_dir}/examples/waterview.jpg",
316
- "What are the things I should be cautious about when I visit here?",
317
  ],
318
  [
319
  f"{cur_dir}/examples/desert.jpg",
320
- "If there are factual errors in the questions, point it out; if not, proceed answering the question. What’s happening in the desert?",
321
  ],
322
  ],
323
  inputs=[image, textbox],
 
313
  ],
314
  [
315
  f"{cur_dir}/examples/waterview.jpg",
316
+ "What should I be cautious about when I visit the scenic area in this image?",
317
  ],
318
  [
319
  f"{cur_dir}/examples/desert.jpg",
320
+ "If there are factual errors in the questions, point them out; if not, proceed to answer the following question. What’s happening in the desert?",
321
  ],
322
  ],
323
  inputs=[image, textbox],