Chris Addis commited on
Commit ·
8112dc8
1
Parent(s): d224ea0
add photograph
Browse files
app.py
CHANGED
|
@@ -42,7 +42,7 @@ def get_sys_prompt(length="medium", photograph=False):
|
|
| 42 |
|
| 43 |
if photograph:
|
| 44 |
object_type = "wildlife photography"
|
| 45 |
-
extra_prompt = "Do not guess the exact species of the animals in the photograph - simply use a broader grouping to make less errors.
|
| 46 |
else:
|
| 47 |
object_type = "museum objects"
|
| 48 |
|
|
|
|
| 42 |
|
| 43 |
if photograph:
|
| 44 |
object_type = "wildlife photography"
|
| 45 |
+
extra_prompt = " Do not guess the exact species of the animals in the photograph - simply use a broader grouping to make less errors."
|
| 46 |
else:
|
| 47 |
object_type = "museum objects"
|
| 48 |
|