architrawat25 commited on
Commit
941b950
·
verified ·
1 Parent(s): ce57ea1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -15,7 +15,7 @@ from transformers import (
15
  )
16
 
17
  # Configuration
18
- MODEL_DIR = Path("./model")
19
  LABELS = ["NON-HATE", "HATE"]
20
  DEVICE = 0 if torch.cuda.is_available() else -1
21
 
 
15
  )
16
 
17
  # Configuration
18
+ MODEL_DIR = Path(".")
19
  LABELS = ["NON-HATE", "HATE"]
20
  DEVICE = 0 if torch.cuda.is_available() else -1
21