Update app.py
Browse files
app.py
CHANGED
|
@@ -128,11 +128,10 @@ video_interface = gr.Interface(
|
|
| 128 |
gr.Radio(choices=["manual", "re10k"], value="manual", label="Camera Pose Type"),
|
| 129 |
gr.Slider(minimum=0.1, maximum=2.0, step=0.1, value=0.5, label="Camera Speed"),
|
| 130 |
gr.Checkbox(label="Use Flow Integration", value=False),
|
| 131 |
-
gr.
|
| 132 |
-
choices=["zoom_in", "zoom_out", "tilt_up", "tilt_down", "circle", ""],
|
| 133 |
label="Camera Trajectory",
|
| 134 |
-
|
| 135 |
-
|
| 136 |
)
|
| 137 |
],
|
| 138 |
outputs=[
|
|
|
|
| 128 |
gr.Radio(choices=["manual", "re10k"], value="manual", label="Camera Pose Type"),
|
| 129 |
gr.Slider(minimum=0.1, maximum=2.0, step=0.1, value=0.5, label="Camera Speed"),
|
| 130 |
gr.Checkbox(label="Use Flow Integration", value=False),
|
| 131 |
+
gr.Textbox(
|
|
|
|
| 132 |
label="Camera Trajectory",
|
| 133 |
+
placeholder="e.g., zoom_in, custom_motion, etc.",
|
| 134 |
+
lines=1
|
| 135 |
)
|
| 136 |
],
|
| 137 |
outputs=[
|