ManishThota commited on
Commit
9115093
·
verified ·
1 Parent(s): 5c8903f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -16,14 +16,14 @@ response = gr.Textbox(label="Predicted answer", show_label=True, show_copy_butto
16
  # Examples for the interface
17
  examples = [
18
  [
19
- "./videos/2016-01-01_0000_US_KNBC_The_Ellen_DeGeneres_Show_91.07-95.45_today.mp4",
20
  "Here are some frames of a video. Describe this video in detail.",
21
  ],
22
  [
23
- "./videos/videos/2016-01-01_0100_UK_KCET_BBC_World_News_America_218.99-223.26_ago.mp4",
24
  "Here are some frames of a video. Describe this video in detail.",
25
  ],
26
- [" ./videos/2016-01-01_0100_US_KNBC_Channel_4_News_1877.19-1881.53_now.mp4",
27
  "Here are some frames of a video. Describe this video in detail.",],
28
  ]
29
 
 
16
  # Examples for the interface
17
  examples = [
18
  [
19
+ ".videos/2016-01-01_0100_US_KNBC_Channel_4_News_1867.16-1871.38_now.mp4",
20
  "Here are some frames of a video. Describe this video in detail.",
21
  ],
22
  [
23
+ ".videos/2016-01-01_0200_US_KNBC_Channel_4_News_1329.12-1333.29_tonight.mp4",
24
  "Here are some frames of a video. Describe this video in detail.",
25
  ],
26
+ [" .videos/2016-01-01_0830_US_KNBC_Tonight_Show_with_Jimmy_Fallon_725.45-729.76_tonight.mp4",
27
  "Here are some frames of a video. Describe this video in detail.",],
28
  ]
29