Spaces:
Running
Running
ankankbhunia
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -42,7 +42,7 @@ def generate_image(text,folder, _ch3, images):
|
|
42 |
# Your image generation logic goes here (replace with your actual implementation)
|
43 |
# For demonstration purposes, we'll just concatenate the uploaded images horizontally.
|
44 |
# try:
|
45 |
-
text_copy = text
|
46 |
if images:
|
47 |
style_log = images
|
48 |
style_inputs, width_length = load_itw_samples(images)
|
|
|
42 |
# Your image generation logic goes here (replace with your actual implementation)
|
43 |
# For demonstration purposes, we'll just concatenate the uploaded images horizontally.
|
44 |
# try:
|
45 |
+
text_copy = text
|
46 |
if images:
|
47 |
style_log = images
|
48 |
style_inputs, width_length = load_itw_samples(images)
|