Logan Zoellner commited on
Commit
63acdcd
1 Parent(s): 5cee86f

wrong variable name

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -43,7 +43,7 @@ def continue_story(prompt):
43
  if "error" in output:
44
  print("using fallback description method!")
45
  #fallback method
46
- computerResponse=fallbackResponse()
47
  else:
48
  output_tmp = output[0]['generated_text']
49
  #truncate response at first newline
 
43
  if "error" in output:
44
  print("using fallback description method!")
45
  #fallback method
46
+ output_tmp=fallbackResponse()
47
  else:
48
  output_tmp = output[0]['generated_text']
49
  #truncate response at first newline