JaMe76 commited on
Commit
29c2d45
1 Parent(s): 6c71924

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -4
app.py CHANGED
@@ -40,10 +40,10 @@ def get_space_dd_analyzer():
40
  cfg.freeze(freezed=False)
41
  cfg.LIB = lib
42
  cfg.DEVICE = device
43
- cfg.TAB = tables
44
- cfg.TAB_REF = table_refinement
45
- cfg.OCR = ocr
46
- cfg.LANG = language
47
  cfg.WEIGHTS.D2LAYOUT = "layout/model_final_inf_only.pt"
48
  cfg.freeze()
49
 
 
40
  cfg.freeze(freezed=False)
41
  cfg.LIB = lib
42
  cfg.DEVICE = device
43
+ cfg.TAB = True
44
+ cfg.TAB_REF = True
45
+ cfg.OCR = True
46
+ cfg.LANG = None
47
  cfg.WEIGHTS.D2LAYOUT = "layout/model_final_inf_only.pt"
48
  cfg.freeze()
49