small update

This commit is contained in:
Nick
2019-09-24 12:27:25 -06:00
parent f008a336b9
commit f0bd5c8b44
+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
@@ -90,7 +90,7 @@ def play_cached():
if __name__ == '__main__':
play_constrained()
play_unconstrained()