Reyad-Ahmmed commited on
Commit
ee7b1d2
·
verified ·
1 Parent(s): c27453e

Update handler.py

Browse files
Files changed (1) hide show
  1. handler.py +1 -1
handler.py CHANGED
@@ -6,7 +6,7 @@ import torch
6
 
7
  import os
8
  #model_dir2 = os.path.abspath("json_extraction_all")
9
- model_dir2 = "/json_extraction_all"
10
 
11
 
12
  class EndpointHandler:
 
6
 
7
  import os
8
  #model_dir2 = os.path.abspath("json_extraction_all")
9
+ model_dir2 = "Reyad-Ahmmed/getvars-generic"
10
 
11
 
12
  class EndpointHandler: