Spaces:
Build error
Build error
Miquel Farre
commited on
Commit
·
0836d7b
1
Parent(s):
18cddc6
adjustments to old prompt
Browse files
app.py
CHANGED
|
@@ -99,6 +99,8 @@ class VideoHighlightDetector:
|
|
| 99 |
Based on this description, list which rare segments should be included in a best of the best highlight."""}]
|
| 100 |
}
|
| 101 |
]
|
|
|
|
|
|
|
| 102 |
|
| 103 |
inputs = self.processor.apply_chat_template(
|
| 104 |
messages,
|
|
|
|
| 99 |
Based on this description, list which rare segments should be included in a best of the best highlight."""}]
|
| 100 |
}
|
| 101 |
]
|
| 102 |
+
|
| 103 |
+
print(messages)
|
| 104 |
|
| 105 |
inputs = self.processor.apply_chat_template(
|
| 106 |
messages,
|