rootglitch commited on
Commit
3e76623
·
1 Parent(s): 186da5b

Removed masked image from output

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -532,7 +532,7 @@ def generate_image(input_img, ai_gen_image, prompt):
532
 
533
  final_image = blend_details(input_img, ai_gen_image, mask_input_image)
534
 
535
- return mask_input_image, final_image
536
 
537
  def create_ui():
538
  """Create Gradio UI for CarViz demo"""
 
532
 
533
  final_image = blend_details(input_img, ai_gen_image, mask_input_image)
534
 
535
+ return final_image
536
 
537
  def create_ui():
538
  """Create Gradio UI for CarViz demo"""