You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On Python 3.7 we ran into small problem. Just an FYI, we needed to change punctuator2/models.py on line 54 "from . import models" -> "import models" as the import won't work otherwise and there is an error. Not making a PR because its probably easier if you just change this one line,
Best,
Benjamin
The text was updated successfully, but these errors were encountered:
Hi,
we are using puntuator2 in https://github.com/uhh-lt/subtitle2go/ Thanks for creating it!
On Python 3.7 we ran into small problem. Just an FYI, we needed to change punctuator2/models.py on line 54 "from . import models" -> "import models" as the import won't work otherwise and there is an error. Not making a PR because its probably easier if you just change this one line,
Best,
Benjamin
The text was updated successfully, but these errors were encountered: