Spaces:
Runtime error
Runtime error
fix
Browse files
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 |
"""
|