haxerwddle commited on
Commit
9bd47cb
·
1 Parent(s): 0a0edd0

minor prompt change

Browse files
Files changed (1) hide show
  1. app.py +1 -6
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 the response in friendly, clear, detailed paragraphs.
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