Spaces:
Sleeping
Sleeping
Commit ·
56e1436
1
Parent(s): 19d71df
UI change
Browse files
app.py
CHANGED
|
@@ -49,8 +49,6 @@ def explain_recycling(class_label):
|
|
| 49 |
- Do NOT add explanations.
|
| 50 |
- Do NOT rewrite section headers.
|
| 51 |
- Do NOT output anything else.
|
| 52 |
-
|
| 53 |
-
Now provide the completed template.
|
| 54 |
"""
|
| 55 |
|
| 56 |
inputs = tokenizer(prompt, return_tensors="pt").input_ids
|
|
|
|
| 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
|