multimodalart HF Staff commited on
Commit
ccf8aa6
·
verified ·
1 Parent(s): 73cb86b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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
  ]