drscotthawley commited on
Commit
fcc20d8
1 Parent(s): f5cc347

printing image was a pain

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -110,7 +110,7 @@ class Args:
110
  def process_image(image, repaint, busyness):
111
 
112
  # get image ready and execute sampler
113
- print("image = ",image)
114
  image = image['composite']
115
  # if image is a numpy array convert to PIL
116
  if isinstance(image, np.ndarray):
 
110
  def process_image(image, repaint, busyness):
111
 
112
  # get image ready and execute sampler
113
+ #print("image = ",image)
114
  image = image['composite']
115
  # if image is a numpy array convert to PIL
116
  if isinstance(image, np.ndarray):