LN1996 commited on
Commit
bc1a787
1 Parent(s): 69b2ced

Update app.py

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