sitammeur commited on
Commit
a74b843
1 Parent(s): 436302d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -23,7 +23,7 @@ response = gr.Textbox(label="Predicted answer", show_label=True, show_copy_butto
23
  examples = [
24
  [
25
  "./videos/sample_video_1.mp4",
26
- "Here are some frames of a video. Describe this video in detail.",
27
  0.7,
28
  0.8,
29
  100,
@@ -49,7 +49,7 @@ examples = [
49
 
50
  # Title, description, and article for the interface
51
  title = "Video Question Answering"
52
- 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, type a question, and click 'submit', or click one of the examples to load them. Read more at the links below."
53
  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>"
54
 
55
 
 
23
  examples = [
24
  [
25
  "./videos/sample_video_1.mp4",
26
+ "Here are some frames of a video. Describe this video.",
27
  0.7,
28
  0.8,
29
  100,
 
49
 
50
  # Title, description, and article for the interface
51
  title = "Video Question Answering"
52
+ 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, upload your video, type a question, select associated parameters, use the default values, click 'Submit', or click one of the examples to load them. You can read more at the links below."
53
  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>"
54
 
55