ruizhaocv commited on
Commit
2424db5
1 Parent(s): ab23a40

Upload app.py

Browse files
Files changed (1) hide show
  1. app.py +11 -2
app.py CHANGED
@@ -53,15 +53,24 @@ with gr.Blocks() as demo:
53
 
54
  with gr.Row():
55
  model_select = gr.Dropdown(
56
- ["1-1: [Cinematic Shots] -- Dolly Zoom (Hitchcockian Zoom)",
57
  "1-2: [Cinematic Shots] -- Zoom In",
58
  "1-3: [Cinematic Shots] -- Zoom Out",
 
 
 
 
 
 
 
 
59
  "2-1: [Object Trajectory] -- Right to Left",
60
  "2-2: [Object Trajectory] -- Left to Right",
61
  "3-1: [Sports Concepts] -- Riding Bicycle",
62
  "3-2: [Sports Concepts] -- Riding Horse",
63
  "3-3: [Sports Concepts] -- Lifting Weights",
64
- "3-4: [Sports Concepts] -- Playing Golf"
 
65
  ],
66
  label="MotionDirector",
67
  info="Which MotionDirector would you like to use!"
 
53
 
54
  with gr.Row():
55
  model_select = gr.Dropdown(
56
+ ["1-1: [Cinematic Shots] -- Zoom Out",
57
  "1-2: [Cinematic Shots] -- Zoom In",
58
  "1-3: [Cinematic Shots] -- Zoom Out",
59
+ "1-3: [Cinematic Shots] -- Dolly Zoom (Hitchcockian Zoom) 1",
60
+ "1-4: [Cinematic Shots] -- Dolly Zoom (Hitchcockian Zoom) 2",
61
+ "1-5: [Cinematic Shots] -- Follow",
62
+ "1-6: [Cinematic Shots] -- Reverse Follow",
63
+ "1-7: [Cinematic Shots] -- Chest Transition",
64
+ "1-8: [Cinematic Shots] -- Mini Jib Reveal",
65
+ "1-9: [Cinematic Shots] -- Orbit",
66
+ "1-10: [Cinematic Shots] -- Pull Back",
67
  "2-1: [Object Trajectory] -- Right to Left",
68
  "2-2: [Object Trajectory] -- Left to Right",
69
  "3-1: [Sports Concepts] -- Riding Bicycle",
70
  "3-2: [Sports Concepts] -- Riding Horse",
71
  "3-3: [Sports Concepts] -- Lifting Weights",
72
+ "3-4: [Sports Concepts] -- Playing Golf",
73
+ "3-5: [Sports Concepts] -- Skateboarding",
74
  ],
75
  label="MotionDirector",
76
  info="Which MotionDirector would you like to use!"