gpt-2-simple icon indicating copy to clipboard operation
gpt-2-simple copied to clipboard

Fixes "List index out of range" error

Open bearsharktopus-dev opened this issue 3 years ago • 1 comments

It was choking on empty lines that returned a value of []. Checking to see if they're not [] (which is Falsy) prevents this and allows loading of CSVs with empty rows (it will skip them).

bearsharktopus-dev avatar Jul 29 '21 00:07 bearsharktopus-dev

Bump? I'm running into this issue right now.

NotNite avatar Jun 23 '22 01:06 NotNite