fancyfeast commited on
Commit
8f66d4d
1 Parent(s): 8f7873a

The dreaded missing comma strikes!

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -26,7 +26,7 @@ CAPTION_TYPE_MAP = {
26
  "Write a {length} descriptive caption for this image in a casual tone.",
27
  ],
28
  "Training Prompt": [
29
- "Write a stable diffusion prompt for this image."
30
  "Write a stable diffusion prompt for this image within {word_count} words.",
31
  "Write a {length} stable diffusion prompt for this image.",
32
  ],
 
26
  "Write a {length} descriptive caption for this image in a casual tone.",
27
  ],
28
  "Training Prompt": [
29
+ "Write a stable diffusion prompt for this image.",
30
  "Write a stable diffusion prompt for this image within {word_count} words.",
31
  "Write a {length} stable diffusion prompt for this image.",
32
  ],