azizinaghsh commited on
Commit
29ce656
·
1 Parent(s): e7b6843

update examples

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -42,9 +42,9 @@ EXAMPLES = [
42
  ]
43
  DEFAULT_TEXT = [
44
  "While the character moves right, the camera [...].",
45
- "While the character remains static, [...].",
46
- "While the character moves to the right, the camera [...]. "
47
- "Once the character comes to a stop, the camera [...].",
48
  ]
49
 
50
  HEADER = """
 
42
  ]
43
  DEFAULT_TEXT = [
44
  "While the character moves right, the camera [...].",
45
+ "Movement: dollyIn Easing: easeOutBounce Frames: 30 [...].",
46
+ "Movement: shortArcShotRight Easing: easeInOutQuad [...]. "
47
+ "Movement: fullZoomIn Easing: easeInOutSine [...].",
48
  ]
49
 
50
  HEADER = """