Results 2 issues of vjuss

I'm using textgenrnn library in my Flask app and `return_as_list` is working so and so. ``` generatedtext = textgen_anxious.generate(3, temperature=0.5, return_as_list=True) ``` Instead of returning 3 texts, this might return...

I new to using Python via terminal. I have tried both this repo and update by @davidstap from https://github.com/davidstap/AttnGAN I open the terminal and try to add project to PYTHONPATH...