Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
|
@@ -343,7 +343,7 @@ with gr.Blocks(theme=gr.themes.Citrus(), css=css) as demo:
|
|
| 343 |
for control in [rotate_deg, move_forward, vertical_tilt]:
|
| 344 |
control.release(fn=maybe_infer, inputs=control_inputs_with_flag, outputs=outputs + [create_video_button])
|
| 345 |
|
| 346 |
-
wideangle.
|
| 347 |
|
| 348 |
run_event.then(lambda img, *_: img, inputs=[result], outputs=[prev_output])
|
| 349 |
|
|
|
|
| 343 |
for control in [rotate_deg, move_forward, vertical_tilt]:
|
| 344 |
control.release(fn=maybe_infer, inputs=control_inputs_with_flag, outputs=outputs + [create_video_button])
|
| 345 |
|
| 346 |
+
wideangle.input(fn=maybe_infer, inputs=control_inputs_with_flag, outputs=outputs + [create_video_button])
|
| 347 |
|
| 348 |
run_event.then(lambda img, *_: img, inputs=[result], outputs=[prev_output])
|
| 349 |
|