refactored

This commit is contained in:
Nick
2019-09-26 09:59:31 -06:00
parent 9fc8942095
commit 287f68a385
+2 -2
View File
@@ -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
@@ -92,7 +92,7 @@ def play_cached():
if __name__ == '__main__':
play_cached()
play_unconstrained()