sadgaj commited on
Commit
489995e
1 Parent(s): 5554e3f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 output_ids
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