Spaces:
Running
on
Zero
Running
on
Zero
Commit
·
51a6a78
1
Parent(s):
ef236f7
fix ui
Browse files- llm_inference_video.py +2 -1
llm_inference_video.py
CHANGED
@@ -136,7 +136,8 @@ IMPORTANT REQUIREMENTS:
|
|
136 |
Camera Movement: {camera_movement if camera_movement else 'No specific camera movement'}
|
137 |
Core Concept: {input_concept}
|
138 |
|
139 |
-
Please create a {prompt_length.lower()}-length description incorporating these elements into a cohesive narrative.
|
|
|
140 |
|
141 |
# Select provider
|
142 |
if provider == "Groq":
|
|
|
136 |
Camera Movement: {camera_movement if camera_movement else 'No specific camera movement'}
|
137 |
Core Concept: {input_concept}
|
138 |
|
139 |
+
Please create a {prompt_length.lower()}-length description incorporating these elements into a cohesive narrative.
|
140 |
+
Avoid starting with 'The video opens with...' or 'The video starts with...' and start with the concept directly."""
|
141 |
|
142 |
# Select provider
|
143 |
if provider == "Groq":
|