Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -202,7 +202,8 @@ class WeatherDraw:
|
|
202 |
logger.info(f"Got animal {animal}")
|
203 |
chat = Chat(f'''
|
204 |
Given the following weather conditions, write a plaintext, short, and vivid description of an
|
205 |
-
adorable {animal} in the weather conditions doing a human
|
|
|
206 |
Only write the short description and nothing else.
|
207 |
Do not include specific numbers.'''.replace('\n', ' '))
|
208 |
description = chat.message(str(weather_info))
|
|
|
202 |
logger.info(f"Got animal {animal}")
|
203 |
chat = Chat(f'''
|
204 |
Given the following weather conditions, write a plaintext, short, and vivid description of an
|
205 |
+
adorable {animal} in the weather conditions doing an activity a human would do in these weather conditions.
|
206 |
+
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))
|