Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
Dzhuk/AllModel
zerk1
/
AllModel
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
Seidazymov Adil
commited on
Jun 24, 2024
Commit
e0c6964
·
1 Parent(s):
96acb32
Final 1.3
Browse files
Files changed (1)
hide
show
app.py
+0
-1
app.py
CHANGED
Viewed
@@ -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