Update app.py
Browse files
app.py
CHANGED
|
@@ -28,7 +28,7 @@ def run_detector(input_text):
|
|
| 28 |
# Decode and print the generated output text
|
| 29 |
output_text = tokenizer.decode(output_ids[0],skip_special_tokens=True)
|
| 30 |
|
| 31 |
-
return
|
| 32 |
|
| 33 |
|
| 34 |
|
|
|
|
| 28 |
# Decode and print the generated output text
|
| 29 |
output_text = tokenizer.decode(output_ids[0],skip_special_tokens=True)
|
| 30 |
|
| 31 |
+
return output_text
|
| 32 |
|
| 33 |
|
| 34 |
|