taki0112 commited on
Commit
4db08f4
β€’
1 Parent(s): 406a690
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -203,7 +203,7 @@ def style_fn(image_path, style_name, content_text, output_number=1, diffusion_st
203
 
204
  n_row = 1
205
  n_col = len(inf_seeds)
206
-
207
  # make grid
208
  grid = create_image_grid(images, n_row, n_col, padding=10)
209
 
@@ -220,6 +220,7 @@ description_md = """
220
  2. Enter the `text prompt`.
221
  3. Choose the `number of outputs`.
222
 
 
223
  ### πŸ‘‰ To achieve faster results, we recommend lowering the diffusion steps to 30.
224
  ### Enjoy ! πŸ˜„
225
  """
 
203
 
204
  n_row = 1
205
  n_col = len(inf_seeds)
206
+
207
  # make grid
208
  grid = create_image_grid(images, n_row, n_col, padding=10)
209
 
 
220
  2. Enter the `text prompt`.
221
  3. Choose the `number of outputs`.
222
 
223
+ ### πŸ‘‰οΈ To better reflect the style of a user's image, the higher the resolution, the better.
224
  ### πŸ‘‰ To achieve faster results, we recommend lowering the diffusion steps to 30.
225
  ### Enjoy ! πŸ˜„
226
  """