SuperBigtoo commited on
Commit
16a516e
1 Parent(s): 8add7b5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -13,7 +13,7 @@ typeId = {'การเมือง': 0, 'กีฬา': 1, 'คุณภาพ
13
 
14
  loaded_model = ClassificationModel(
15
  "bert",
16
- "SuperBigtoo/thainews-classificaton-thaikeras-bert-th",
17
  use_cuda=torch.cuda.is_available(),
18
  num_labels=14,
19
  )
 
13
 
14
  loaded_model = ClassificationModel(
15
  "bert",
16
+ "SuperBigtoo/thainews-classification-thaikeras-bert-th",
17
  use_cuda=torch.cuda.is_available(),
18
  num_labels=14,
19
  )