Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -52,9 +52,6 @@ def casa_ai_run_tab2(dict=None, text=None):
|
|
52 |
return result_image
|
53 |
|
54 |
def casa_ai_run_tab3(dict=None):
|
55 |
-
print(dict)
|
56 |
-
|
57 |
-
image = dict["background"].convert("RGB")
|
58 |
selected_crop = dict["layers"][0].convert("RGB")
|
59 |
|
60 |
if selected_crop is None:
|
|
|
52 |
return result_image
|
53 |
|
54 |
def casa_ai_run_tab3(dict=None):
|
|
|
|
|
|
|
55 |
selected_crop = dict["layers"][0].convert("RGB")
|
56 |
|
57 |
if selected_crop is None:
|