Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -259,10 +259,10 @@ bibtext = """
|
|
259 |
### Citation
|
260 |
```
|
261 |
@InProceedings{ventura25chapter,
|
262 |
-
title
|
263 |
-
author
|
264 |
-
|
265 |
-
year
|
266 |
}
|
267 |
```
|
268 |
"""
|
|
|
259 |
### Citation
|
260 |
```
|
261 |
@InProceedings{ventura25chapter,
|
262 |
+
title = {{Chapter-Llama}: Efficient Chaptering in Hour-Long Videos with {LLM}s},
|
263 |
+
author = {Lucas Ventura and Antoine Yang and Cordelia Schmid and G{\"u}l Varol},
|
264 |
+
booktitle = {CVPR},
|
265 |
+
year = {2025}
|
266 |
}
|
267 |
```
|
268 |
"""
|