evalstate HF Staff commited on
Commit
5a8d3e0
·
verified ·
1 Parent(s): 5e0126c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -182,6 +182,7 @@ def infer_camera_edit(
182
  num_inference_steps: int = 4,
183
  height: int = 0,
184
  width: int = 0,
 
185
  ) -> Tuple[Image.Image, int, str]:
186
  """
187
  Edit the camera angles/view of an image with Qwen Image Edit 2509 and dx8152's Qwen-Edit-2509-Multiple-angles LoRA.
 
182
  num_inference_steps: int = 4,
183
  height: int = 0,
184
  width: int = 0,
185
+ progress=gr.Progress(track_tqdm=True),
186
  ) -> Tuple[Image.Image, int, str]:
187
  """
188
  Edit the camera angles/view of an image with Qwen Image Edit 2509 and dx8152's Qwen-Edit-2509-Multiple-angles LoRA.