Spaces:
Running
on
Zero
Running
on
Zero
Commit
·
dfc83f9
1
Parent(s):
c558dca
add init
Browse files- llm_inference_video.py +1 -1
llm_inference_video.py
CHANGED
@@ -222,7 +222,7 @@ Camera Movement: {camera_movement if camera_movement else 'No specific camera mo
|
|
222 |
Core Concept: {concept}
|
223 |
|
224 |
Please create a {prompt_length.lower()}-length description incorporating these elements into a cohesive narrative.
|
225 |
-
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"""
|
226 |
|
227 |
# Call the appropriate API based on provider
|
228 |
if provider == "SambaNova":
|
|
|
222 |
Core Concept: {concept}
|
223 |
|
224 |
Please create a {prompt_length.lower()}-length description incorporating these elements into a cohesive narrative.
|
225 |
+
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. Do not say "Here is your video prompt" or "Here is your video description" or anything like that. Just give the prompt."""
|
226 |
|
227 |
# Call the appropriate API based on provider
|
228 |
if provider == "SambaNova":
|