radames HF staff commited on
Commit
478af14
1 Parent(s): c57f7ae

remove print

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -151,7 +151,6 @@ def get_conditioning(image):
151
 
152
 
153
  def generate_images(image_in_img, prompt, image_file_live_opt='file', live_conditioning=None):
154
- print(image_in_img, prompt, image_file_live_opt, live_conditioning)
155
  if image_in_img is None and 'image' not in live_conditioning:
156
  raise gr.Error("Please provide an image")
157
  try:
 
151
 
152
 
153
  def generate_images(image_in_img, prompt, image_file_live_opt='file', live_conditioning=None):
 
154
  if image_in_img is None and 'image' not in live_conditioning:
155
  raise gr.Error("Please provide an image")
156
  try: