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
Printing this in cmd:
python punctuator.py C:\Users\dudina\bur.dev.txt C:\Users\dudina\new.txt
and getting mistake
Model = getattr(models, state["type"])
TypeError: list indices must be integers or slices, not str
I just downloaded scripts, had not changed anything
Can you help to solve it?
The text was updated successfully, but these errors were encountered:
Printing this in cmd:
python punctuator.py C:\Users\dudina\bur.dev.txt C:\Users\dudina\new.txt
and getting mistake
Model = getattr(models, state["type"])
TypeError: list indices must be integers or slices, not str
I just downloaded scripts, had not changed anything
Can you help to solve it?
The text was updated successfully, but these errors were encountered: