Spaces:
Sleeping
Sleeping
Commit ·
80545ae
1
Parent(s): a25a02d
prompt model change
Browse files
app.py
CHANGED
|
@@ -42,12 +42,12 @@ def explain_recycling(class_label):
|
|
| 42 |
prompt = f"""
|
| 43 |
The waste item is: {class_label}.
|
| 44 |
|
| 45 |
-
Provide the answer
|
| 46 |
|
| 47 |
-
• Recycling type
|
| 48 |
-
• Disposal method
|
| 49 |
-
• Processing
|
| 50 |
-
• Tip
|
| 51 |
|
| 52 |
Use real line breaks. Keep each answer short.
|
| 53 |
"""
|
|
|
|
| 42 |
prompt = f"""
|
| 43 |
The waste item is: {class_label}.
|
| 44 |
|
| 45 |
+
Provide the answer including:
|
| 46 |
|
| 47 |
+
• Recycling type
|
| 48 |
+
• Disposal method
|
| 49 |
+
• Processing
|
| 50 |
+
• Tip
|
| 51 |
|
| 52 |
Use real line breaks. Keep each answer short.
|
| 53 |
"""
|