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

updated examples

Browse files
Files changed (1) hide show
  1. app.py +4 -4
app.py CHANGED
@@ -35,10 +35,10 @@ EXAMPLES = [
35
  "While the character moves right, the camera trucks right.",
36
  "While the character moves right, the camera performs a push in.",
37
  "While the character moves right, the camera performs a pull out.",
38
- "While the character stays static, the camera performs a boom bottom.",
39
- "While the character stays static, the camera performs a boom top.",
40
- "While the character moves to the right, the camera trucks right alongside them. Once the character comes to a stop, the camera remains static.", # noqa
41
- "While the character moves to the right, the camera remains static. Once the character comes to a stop, the camera pushes in.", # noqa
42
  ]
43
  DEFAULT_TEXT = [
44
  "While the character moves right, the camera [...].",
 
35
  "While the character moves right, the camera trucks right.",
36
  "While the character moves right, the camera performs a push in.",
37
  "While the character moves right, the camera performs a pull out.",
38
+ "Movement: shortArcShotRight Easing: easeInOutQuad Frames: 30 Camera Angle: birdsEyeView Shot Type: mediumShot Subject Index: 0",
39
+ "Movement: fullZoomIn Easing: easeInOutSine Frames: 30 Camera Angle: highAngle Shot Type: closeUp",
40
+ "Movement: pedestalDown Easing: easeOutExpo Frames: 30 Camera Angle: mediumAngle Shot Type: longShot", # noqa
41
+ "Movement: dollyIn Easing: easeOutBounce Frames: 30 Camera Angle: mediumAngle Shot Type: longShot", # noqa
42
  ]
43
  DEFAULT_TEXT = [
44
  "While the character moves right, the camera [...].",