Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
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(
|