Update
Browse files
app.py
CHANGED
@@ -88,6 +88,12 @@ with gr.Blocks(css="style.css") as demo:
|
|
88 |
("Default", ""),
|
89 |
("Zoom in", "guoyww/animatediff-motion-lora-zoom-in"),
|
90 |
("Zoom out", "guoyww/animatediff-motion-lora-zoom-out"),
|
|
|
|
|
|
|
|
|
|
|
|
|
91 |
],
|
92 |
value="",
|
93 |
interactive=True
|
|
|
88 |
("Default", ""),
|
89 |
("Zoom in", "guoyww/animatediff-motion-lora-zoom-in"),
|
90 |
("Zoom out", "guoyww/animatediff-motion-lora-zoom-out"),
|
91 |
+
("Tilt up", "guoyww/animatediff-motion-lora-tilt-up"),
|
92 |
+
("Tilt down", "guoyww/animatediff-motion-lora-tilt-down"),
|
93 |
+
("Pan left", "guoyww/animatediff-motion-lora-pan-left"),
|
94 |
+
("Pan right", "guoyww/animatediff-motion-lora-pan-right"),
|
95 |
+
("Roll left", "guoyww/animatediff-motion-lora-rolling-anticlockwise"),
|
96 |
+
("Roll right", "guoyww/animatediff-motion-lora-rolling-clockwise"),
|
97 |
],
|
98 |
value="",
|
99 |
interactive=True
|