jonathang commited on
Commit
a9347f8
1 Parent(s): 98d44e6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -207,7 +207,7 @@ Make sure to include a small background.
207
  Only write the short description and nothing else.
208
  Do not include specific numbers.'''.replace('\n', ' '))
209
  description = chat.message(str(weather_info))
210
- prompt = f'{description}. Adorable, cute, 4k, Award winning, in the style of {random.choice(art_styles)}'
211
  logger.info(prompt)
212
  img = Image.create(prompt, **kwargs)
213
  return img["b64_json"], prompt
 
207
  Only write the short description and nothing else.
208
  Do not include specific numbers.'''.replace('\n', ' '))
209
  description = chat.message(str(weather_info))
210
+ prompt = f'{description} In the style of {random.choice(art_styles)}'
211
  logger.info(prompt)
212
  img = Image.create(prompt, **kwargs)
213
  return img["b64_json"], prompt