Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -33,7 +33,7 @@ CAPTION_TYPE_MAP = {
|
|
33 |
"Write a descriptive caption for this image in a casual tone within {word_count} words.",
|
34 |
"Write a {length} descriptive caption for this image in a casual tone.",
|
35 |
],
|
36 |
-
"
|
37 |
"Write a stable diffusion prompt for this image.",
|
38 |
"Write a stable diffusion prompt for this image within {word_count} words.",
|
39 |
"Write a {length} stable diffusion prompt for this image.",
|
|
|
33 |
"Write a descriptive caption for this image in a casual tone within {word_count} words.",
|
34 |
"Write a {length} descriptive caption for this image in a casual tone.",
|
35 |
],
|
36 |
+
"Stable Diffusion Prompt": [
|
37 |
"Write a stable diffusion prompt for this image.",
|
38 |
"Write a stable diffusion prompt for this image within {word_count} words.",
|
39 |
"Write a {length} stable diffusion prompt for this image.",
|