multimodalart HF Staff commited on
Commit
f4fb280
·
verified ·
1 Parent(s): cadd271

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -54,7 +54,7 @@ def crop_input(image):
54
  def generate(image, prompt_user, progress=gr.Progress(track_tqdm=True)):
55
  prompt_structure = "The two-panel image showcases the logo of a brand, [LEFT] the left panel is showing the logo [RIGHT] the right panel has this logo applied to "
56
  prompt = prompt_structure + prompt_user
57
-
58
  image = duplicate_horizontally(image)
59
 
60
  out = pipe(
 
54
  def generate(image, prompt_user, progress=gr.Progress(track_tqdm=True)):
55
  prompt_structure = "The two-panel image showcases the logo of a brand, [LEFT] the left panel is showing the logo [RIGHT] the right panel has this logo applied to "
56
  prompt = prompt_structure + prompt_user
57
+ print(image)
58
  image = duplicate_horizontally(image)
59
 
60
  out = pipe(