diff --git a/console_play.py b/console_play.py index b1b65b1..7e1b26f 100644 --- a/console_play.py +++ b/console_play.py @@ -4,7 +4,7 @@ from google.cloud import storage import json from story.story_manager import * from generator.web.web_generator import * -#from generator.ctrl.ctrl_generator import * +from generator.ctrl.ctrl_generator import * import tensorflow as tf import textwrap @@ -90,7 +90,7 @@ def play_cached(): if __name__ == '__main__': - play_constrained() + play_unconstrained()