Spaces:
Running
on
Zero
Running
on
Zero
Commit
·
98a22d3
1
Parent(s):
9499f0c
fix models
Browse files- llm_inference_video.py +1 -1
llm_inference_video.py
CHANGED
|
@@ -47,7 +47,7 @@ class VideoLLMInferenceNode:
|
|
| 47 |
# Configure length requirements
|
| 48 |
length_config = {
|
| 49 |
"Short": {
|
| 50 |
-
"guidance": "Create exactly ONE impactful sentence that captures the essence of the video. Be concise but descriptive.",
|
| 51 |
"structure": "Combine all elements into a single, powerful sentence."
|
| 52 |
},
|
| 53 |
"Medium": {
|
|
|
|
| 47 |
# Configure length requirements
|
| 48 |
length_config = {
|
| 49 |
"Short": {
|
| 50 |
+
"guidance": "Create exactly very short, ONE impactful sentence that captures the essence of the video. Be concise but descriptive.",
|
| 51 |
"structure": "Combine all elements into a single, powerful sentence."
|
| 52 |
},
|
| 53 |
"Medium": {
|