Spaces:
Sleeping
Sleeping
Commit ·
9bd47cb
1
Parent(s): 0a0edd0
minor prompt change
Browse files
app.py
CHANGED
|
@@ -42,12 +42,7 @@ def explain_recycling(class_label):
|
|
| 42 |
3. Environmental impact if disposed improperly
|
| 43 |
4. Optional tips for reducing waste or reusing the item
|
| 44 |
|
| 45 |
-
Write
|
| 46 |
-
|
| 47 |
-
Use this format:
|
| 48 |
-
|
| 49 |
-
Recycling type: <type>
|
| 50 |
-
Recommendation: <Detailed instructions>
|
| 51 |
"""
|
| 52 |
|
| 53 |
inputs = tokenizer(prompt, return_tensors="pt").input_ids
|
|
|
|
| 42 |
3. Environmental impact if disposed improperly
|
| 43 |
4. Optional tips for reducing waste or reusing the item
|
| 44 |
|
| 45 |
+
Write 3–6 paragraphs, friendly and clear.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 46 |
"""
|
| 47 |
|
| 48 |
inputs = tokenizer(prompt, return_tensors="pt").input_ids
|