Spaces:
Paused
Paused
update user description
Browse files- baseline_utils.py +2 -0
baseline_utils.py
CHANGED
@@ -85,6 +85,8 @@ def break_diary_to_scenes(diary_text, api_key):
|
|
85 |
"role": "user",
|
86 |
"content": f"Please break the following diary into four distinct cartoon movie scenes: {diary_text}. Each scene should focus on one unique action and be described in vivid, animated detail. Below are some examples for the desired style: "
|
87 |
f"Example 1: {example_1}. Example 2: {example_2}. Example 3: {example_3}. Example 4: {example_4}. Example 5: {example_5}. "
|
|
|
|
|
88 |
f"Ensure that each scene features only one action, with no combinations (e.g., avoid 'eating and teaching' in one scene). "
|
89 |
f"Please use expressive, cinematic language to bring the cartoon scene to life, focusing on the character’s actions, expressions, and environment. "
|
90 |
f"Return the output as a list in this format: Scene 1: , Scene 2: , Scene 3: , Scene 4: , without any quotation marks or line breaks."
|
|
|
85 |
"role": "user",
|
86 |
"content": f"Please break the following diary into four distinct cartoon movie scenes: {diary_text}. Each scene should focus on one unique action and be described in vivid, animated detail. Below are some examples for the desired style: "
|
87 |
f"Example 1: {example_1}. Example 2: {example_2}. Example 3: {example_3}. Example 4: {example_4}. Example 5: {example_5}. "
|
88 |
+
f"Use 'Main Character' as the placeholder for the character in the scene. "
|
89 |
+
f"Each scene should be main character is doing something."
|
90 |
f"Ensure that each scene features only one action, with no combinations (e.g., avoid 'eating and teaching' in one scene). "
|
91 |
f"Please use expressive, cinematic language to bring the cartoon scene to life, focusing on the character’s actions, expressions, and environment. "
|
92 |
f"Return the output as a list in this format: Scene 1: , Scene 2: , Scene 3: , Scene 4: , without any quotation marks or line breaks."
|