Spaces:
Running
on
Zero
Running
on
Zero
Commit
·
3e76623
1
Parent(s):
186da5b
Removed masked image from output
Browse files
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
|
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"""
|