Spaces:
Sleeping
Sleeping
Commit ·
0d7841d
1
Parent(s): b0d3dfc
UI change
Browse files
app.py
CHANGED
|
@@ -37,8 +37,8 @@ def explain_recycling(class_label):
|
|
| 37 |
The waste item is classified as: **{class_label}**.
|
| 38 |
Provide instruction for the following:
|
| 39 |
|
| 40 |
-
1. How to
|
| 41 |
-
2. Optional tips for reducing
|
| 42 |
"""
|
| 43 |
|
| 44 |
inputs = tokenizer(prompt, return_tensors="pt").input_ids
|
|
|
|
| 37 |
The waste item is classified as: **{class_label}**.
|
| 38 |
Provide instruction for the following:
|
| 39 |
|
| 40 |
+
1. How to recycle {class_label} correctly. (2 - 3 sentences)
|
| 41 |
+
2. Optional tips for reducing {class_label} waste. (2 - 3 sentences)
|
| 42 |
"""
|
| 43 |
|
| 44 |
inputs = tokenizer(prompt, return_tensors="pt").input_ids
|