Spaces:
Runtime error
Runtime error
ManishThota
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -86,14 +86,13 @@ response = gr.Textbox(label="Predicted answer", show_label=True, show_copy_butto
|
|
86 |
|
87 |
# Examples for the interface
|
88 |
examples = [
|
89 |
-
[
|
90 |
-
|
91 |
-
],
|
92 |
-
[
|
93 |
-
|
94 |
-
],
|
95 |
-
[
|
96 |
-
]
|
97 |
]
|
98 |
|
99 |
# Title, description, and article for the interface
|
|
|
86 |
|
87 |
# Examples for the interface
|
88 |
examples = [
|
89 |
+
["videos/2016-01-01_0100_US_KNBC_Channel_4_News_1867.16-1871.38_now.mp4",],
|
90 |
+
["videos/2016-01-01_0200_US_KNBC_Channel_4_News_1329.12-1333.29_tonight.mp4",],
|
91 |
+
["videos/2016-01-01_0830_US_KNBC_Tonight_Show_with_Jimmy_Fallon_725.45-729.76_tonight.mp4",],
|
92 |
+
["videos/2016-01-01_0200_US_KOCE_The_PBS_Newshour_577.03-581.31_tonight.mp4"],
|
93 |
+
["videos/2016-01-01_1400_US_KTTV-FOX_Morning_News_at_6AM_1842.36-1846.68_this_year.mp4"],
|
94 |
+
["videos/2016-01-02_0735_US_KCBS_Late_Show_with_Stephen_Colbert_285.94-290.67_this_year.mp4"],
|
95 |
+
["videos/2016-01-13_2200_US_KTTV-FOX_The_Doctor_Oz_Show_1709.79-1714.17_this_month.mp4"]
|
|
|
96 |
]
|
97 |
|
98 |
# Title, description, and article for the interface
|