szzzzz commited on
Commit
54d632c
1 Parent(s): 4f260e9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -12,6 +12,7 @@ def image_toxic_detect(im):
12
  return img_model.detect(Image.fromarray(im))
13
 
14
  def text_toxic_detect(text):
 
15
  return text_model.detect(text)
16
 
17
 
 
12
  return img_model.detect(Image.fromarray(im))
13
 
14
  def text_toxic_detect(text):
15
+ print(text)
16
  return text_model.detect(text)
17
 
18