Update handler.py
Browse files- 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 = "/
|
| 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:
|