sitammeur commited on
Commit
5c2dd9a
·
verified ·
1 Parent(s): ea37298

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -27,8 +27,8 @@ examples = [
27
  ]
28
 
29
  # Title, description, and article for the interface
30
- title = "Video Understanding & Question Answering"
31
- description = "This Gradio demo uses the MiniCPM-V-2_6 model for video understanding tasks. 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
 
 
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