Spaces:
Running
on
Zero
Running
on
Zero
lixin4ever
commited on
Commit
•
a5e8583
1
Parent(s):
ce19243
Update the prompts of the example cases
Browse files
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
|
317 |
],
|
318 |
[
|
319 |
f"{cur_dir}/examples/desert.jpg",
|
320 |
-
"If there are factual errors in the questions, point
|
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],
|