Spaces:
Sleeping
Sleeping
Commit ·
6c0df01
1
Parent(s): e689198
UI change
Browse files
app.py
CHANGED
|
@@ -61,7 +61,6 @@ def explain_recycling(class_label):
|
|
| 61 |
temperature=0.3,
|
| 62 |
top_p=0.9
|
| 63 |
)
|
| 64 |
-
text = tokenizer.decode(outputs[0], skip_special_tokens=True)
|
| 65 |
|
| 66 |
return outputs[0]["generated_text"]
|
| 67 |
|
|
|
|
| 61 |
temperature=0.3,
|
| 62 |
top_p=0.9
|
| 63 |
)
|
|
|
|
| 64 |
|
| 65 |
return outputs[0]["generated_text"]
|
| 66 |
|