Sqxww commited on
Commit
a9cd4d0
·
1 Parent(s): 1d10adb

change markdown ui

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -66,7 +66,7 @@ def generate_image(
66
  styleImageUrl = prefix + style_image[0]
67
  result_image, edit_prompt = change_image_style(inputImageUrl, styleImageUrl, extract_model, extract_prompt, prompt_prefix)
68
  result_images.append(result_image)
69
- markdownStr += f"{edit_prompt}: <img src='{result_image}' style='zoom: 33%;' />\n"
70
 
71
  return result_images, markdownStr
72
 
 
66
  styleImageUrl = prefix + style_image[0]
67
  result_image, edit_prompt = change_image_style(inputImageUrl, styleImageUrl, extract_model, extract_prompt, prompt_prefix)
68
  result_images.append(result_image)
69
+ markdownStr += f"{edit_prompt} <img src='{result_image}' style='zoom: 33%;' />\n"
70
 
71
  return result_images, markdownStr
72