Smith42 commited on
Commit
fa86ff8
·
1 Parent(s): 4cfc5e6

fix names

Browse files
Files changed (1) hide show
  1. scripts/caption_galaxies.py +2 -2
scripts/caption_galaxies.py CHANGED
@@ -223,8 +223,8 @@ def generate_galaxy_name(image, information):
223
  "username or nickname. It should hint at the galaxy's appearance or "
224
  f"personality.{trait_hint}\n\n"
225
  "Examples of good names: \"Spiral Daddy\", \"Thicc Bulge\", \"Arms4Days\", "
226
- "\"SmoothOperator\", \"MergerMaven\", \"BarStar\", \"EdgeLord\", "
227
- "\"ClumpyBoi\", \"TightlyWound\"\n\n"
228
  "Respond with ONLY the name, nothing else."
229
  )
230
 
 
223
  "username or nickname. It should hint at the galaxy's appearance or "
224
  f"personality.{trait_hint}\n\n"
225
  "Examples of good names: \"Spiral Daddy\", \"Thicc Bulge\", \"Arms4Days\", "
226
+ "\"Smooth Operator\", \"Merger Maven\", \"Bar Star\", \"Edge Lord\", "
227
+ "\"Clumpy Boi\", \"Tightly Wound\"\n\n"
228
  "Respond with ONLY the name, nothing else."
229
  )
230