Spaces:
Sleeping
Sleeping
Commit ·
f737b2e
1
Parent(s): 6074907
UI change
Browse files
app.py
CHANGED
|
@@ -42,13 +42,6 @@ def explain_recycling(class_label):
|
|
| 42 |
- <tip_1>
|
| 43 |
- <tip_2>
|
| 44 |
|
| 45 |
-
Rules:
|
| 46 |
-
- Replace ONLY the angle-bracket sections.
|
| 47 |
-
- Do NOT remove the dash at the start of each line.
|
| 48 |
-
- Do NOT add new lines.
|
| 49 |
-
- Do NOT add explanations.
|
| 50 |
-
- Do NOT rewrite section headers.
|
| 51 |
-
- Do NOT output anything else.
|
| 52 |
"""
|
| 53 |
|
| 54 |
inputs = tokenizer(prompt, return_tensors="pt").input_ids
|
|
|
|
| 42 |
- <tip_1>
|
| 43 |
- <tip_2>
|
| 44 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 45 |
"""
|
| 46 |
|
| 47 |
inputs = tokenizer(prompt, return_tensors="pt").input_ids
|