Spaces:
Sleeping
Sleeping
Update AKSHAYRAJAA/inference.py
Browse files- AKSHAYRAJAA/inference.py +2 -0
AKSHAYRAJAA/inference.py
CHANGED
@@ -1,6 +1,8 @@
|
|
1 |
import os
|
2 |
import torch
|
3 |
import config
|
|
|
|
|
4 |
from utils import (
|
5 |
load_dataset,
|
6 |
get_model_instance,
|
|
|
1 |
import os
|
2 |
import torch
|
3 |
import config
|
4 |
+
import spacy
|
5 |
+
nlp = spacy.load("en_core_web_sm")
|
6 |
from utils import (
|
7 |
load_dataset,
|
8 |
get_model_instance,
|