Spaces:
Running
on
Zero
Running
on
Zero
Commit
·
a71cb89
1
Parent(s):
51a6a78
fix ui
Browse files- llm_inference_video.py +2 -2
llm_inference_video.py
CHANGED
@@ -127,7 +127,7 @@ IMPORTANT REQUIREMENTS:
|
|
127 |
- If camera movements are specified, you MUST incorporate them into the description
|
128 |
- Keep everything in a single paragraph format
|
129 |
- Avoid technical specifications or shot lists
|
130 |
-
- Avoid
|
131 |
|
132 |
# Format the user prompt with style guidance and camera movement
|
133 |
user_prompt = f"""Style Guide: {selected_style.capitalize()} Style
|
@@ -137,7 +137,7 @@ Camera Movement: {camera_movement if camera_movement else 'No specific camera mo
|
|
137 |
Core Concept: {input_concept}
|
138 |
|
139 |
Please create a {prompt_length.lower()}-length description incorporating these elements into a cohesive narrative.
|
140 |
-
Avoid
|
141 |
|
142 |
# Select provider
|
143 |
if provider == "Groq":
|
|
|
127 |
- If camera movements are specified, you MUST incorporate them into the description
|
128 |
- Keep everything in a single paragraph format
|
129 |
- Avoid technical specifications or shot lists
|
130 |
+
- Avoid talking about 'video' or 'videos'. Do not start with 'The video opens with...' or 'The video starts with...' and do not include 'in this video' or 'focus of this video'. kind of terms"""
|
131 |
|
132 |
# Format the user prompt with style guidance and camera movement
|
133 |
user_prompt = f"""Style Guide: {selected_style.capitalize()} Style
|
|
|
137 |
Core Concept: {input_concept}
|
138 |
|
139 |
Please create a {prompt_length.lower()}-length description incorporating these elements into a cohesive narrative.
|
140 |
+
Avoid talking about 'video' or 'videos'. Do not start with 'The video opens with...' or 'The video starts with...' and do not include 'in this video' or 'focus of this video'. kind of terms"""
|
141 |
|
142 |
# Select provider
|
143 |
if provider == "Groq":
|