Reyad-Ahmmed commited on
Commit
40bce02
·
verified ·
1 Parent(s): c42b9dd

Update handler.py

Browse files
Files changed (1) hide show
  1. handler.py +2 -1
handler.py CHANGED
@@ -5,7 +5,8 @@ from transformers import TrainingArguments, Trainer
5
  import torch
6
 
7
  import os
8
- model_dir2 = os.path.abspath("json_extraction_all")
 
9
 
10
 
11
  class EndpointHandler:
 
5
  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: