tdnathmlenthusiast commited on
Commit
23f773c
·
verified ·
1 Parent(s): cd6541c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -15,7 +15,7 @@ import os
15
  device = 'cuda' if torch.cuda.is_available() else 'cpu'
16
  print(device)
17
  # load_desirable_model
18
- got_model_name = "tdnathmlenthusiast/td_ocr_2.0_hindi"
19
  det_processor, det_model = load_det_processor(), load_det_model()
20
  det_model.to(device)
21
  rec_model, rec_processor = load_rec_model(), load_rec_processor()
 
15
  device = 'cuda' if torch.cuda.is_available() else 'cpu'
16
  print(device)
17
  # load_desirable_model
18
+ got_model_name = "tdnathmlenthusiast/tester"
19
  det_processor, det_model = load_det_processor(), load_det_model()
20
  det_model.to(device)
21
  rec_model, rec_processor = load_rec_model(), load_rec_processor()