Skip to content

Commit a4db3aa

Browse files
authored
Update classifier_model.py
Changed file_path
1 parent 7d60ef8 commit a4db3aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/classifier_model.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
import gdown
99
import os
1010

11-
file_path = "bert_model.pth" # ML model's path
11+
file_path = "\app\bert_model.pth" # ML model's path
1212

1313
if not os.path.exists(file_path):
1414
print('Model not found locally, downloading from Drive...')

0 commit comments

Comments
 (0)