Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -27,8 +27,8 @@ examples = [
|
|
27 |
]
|
28 |
|
29 |
# Title, description, and article for the interface
|
30 |
-
title = "Video
|
31 |
-
description = "
|
32 |
article = "<p style='text-align: center'><a href='https://github.com/OpenBMB/MiniCPM-V' target='_blank'>Model GitHub Repo</a> | <a href='https://huggingface.co/openbmb/MiniCPM-V-2_6' target='_blank'>Model Page</a></p>"
|
33 |
|
34 |
|
|
|
27 |
]
|
28 |
|
29 |
# Title, description, and article for the interface
|
30 |
+
title = "Video Question Answering"
|
31 |
+
description = "Gradio Demo for the MiniCPM-V 2.6 Vision Language Understanding and Generation model. This model can answer questions about videos in natural language. To use it, simply upload your video and type a question and click 'submit', or click one of the examples to load them. Read more at the links below."
|
32 |
article = "<p style='text-align: center'><a href='https://github.com/OpenBMB/MiniCPM-V' target='_blank'>Model GitHub Repo</a> | <a href='https://huggingface.co/openbmb/MiniCPM-V-2_6' target='_blank'>Model Page</a></p>"
|
33 |
|
34 |
|