Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -225,10 +225,10 @@ class WeatherDraw:
|
|
225 |
logger.info(f"Got animal {animal}")
|
226 |
chat = Chat(f'''Given
|
227 |
the following weather conditions, write a plaintext, short, and vivid description of an
|
228 |
-
image of an adorable anthropomorphised {animal} in the weather.
|
229 |
The image should make obvious what the weather is.
|
|
|
230 |
Only write the short description and nothing else.
|
231 |
-
Absolutely do not mention humans.
|
232 |
Do not include specific numbers.'''.replace('\n', ' '))
|
233 |
description = chat.message(str(weather_info))
|
234 |
hd_modifiers = """3840x2160
|
|
|
225 |
logger.info(f"Got animal {animal}")
|
226 |
chat = Chat(f'''Given
|
227 |
the following weather conditions, write a plaintext, short, and vivid description of an
|
228 |
+
image of an adorable anthropomorphised {animal} doing an activity in the weather.
|
229 |
The image should make obvious what the weather is.
|
230 |
+
The animal should be extremely anthropomorphised.
|
231 |
Only write the short description and nothing else.
|
|
|
232 |
Do not include specific numbers.'''.replace('\n', ' '))
|
233 |
description = chat.message(str(weather_info))
|
234 |
hd_modifiers = """3840x2160
|