ankankbhunia commited on
Commit
2cf0067
·
verified ·
1 Parent(s): 5d9975f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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.copy()
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)