In [1]:
import dl_module
In [2]:
predictor = dl_module.NN_Predictor()
In [3]:
predictor.predict(txt = 'привет')
Out[3]:
In [ ]: