Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
|
@@ -225,7 +225,7 @@ with gr.Blocks(theme=gr.themes.Citrus(), css=css) as demo:
|
|
| 225 |
return infer_camera_edit(*args)
|
| 226 |
|
| 227 |
control_inputs = [
|
| 228 |
-
image, rotate_deg, move_forward,
|
| 229 |
vertical_tilt, wideangle,
|
| 230 |
seed, randomize_seed, true_guidance_scale, num_inference_steps, height, width
|
| 231 |
]
|
|
|
|
| 225 |
return infer_camera_edit(*args)
|
| 226 |
|
| 227 |
control_inputs = [
|
| 228 |
+
image, prev_output, rotate_deg, move_forward,
|
| 229 |
vertical_tilt, wideangle,
|
| 230 |
seed, randomize_seed, true_guidance_scale, num_inference_steps, height, width
|
| 231 |
]
|