Seidazymov Adil commited on
Commit
e0c6964
1 Parent(s): 96acb32
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -17,7 +17,6 @@ toxic_detector = pipeline(
17
  framework="pt",
18
  max_length=512,
19
  truncation=True,
20
- device=0,
21
  )
22
 
23
 
 
17
  framework="pt",
18
  max_length=512,
19
  truncation=True,
 
20
  )
21
 
22