nshepperd/gpt-2

NameError: name 'How' is not defined

mikkokotila opened this issue · 0 comments

Following this notebook I get the below error on the first c.show(). Any idea why this is happening?

You said: "Nice to meet you. What's your name?"
I said: "My name is Pete."
You said: "That's an interesting name. How old are you?"
I said: "I'm 40 years old."
You said: "Can you tell me something about yourself?"
I said: "Ofcourse! I like playing video games and eating cake. "
You said: "I like sweet stuff too. What are your plans for tomorrow?"

--> I said: "I actually have one new project I want to work on that I just can't get rid of. I want to start working on it. Just think of me as a genius, 'cause I'm by far one of the best creative graphic designers in the world :)"
---------------------------------------------------------------------------
NameError                                 Traceback (most recent call last)
<ipython-input-43-86df1d1172c0> in <module>()
----> 1 c.show()

<ipython-input-39-469f69714831> in show(self)
    107       party, answer  = self.suggestion
    108       print("--> "+answer)
--> 109     How
    110 

NameError: name 'How' is not defined