mirror of
https://github.com/wassname/Clover-Edition.git
synced 2026-09-09 11:13:26 +08:00
added telemetry
This commit is contained in:
@@ -38,7 +38,7 @@ def play_aidungeon_2():
|
||||
else:
|
||||
upload_story = True
|
||||
|
||||
print("Initializing AI Dungeon! (This might take a few minutes)")
|
||||
print("\nInitializing AI Dungeon! (This might take a few minutes)\n")
|
||||
generator = GPT2Generator()
|
||||
story_manager = UnconstrainedStoryManager(generator)
|
||||
print("\n\n\n\n")
|
||||
|
||||
@@ -95,7 +95,7 @@ class Story():
|
||||
f = open(file_name, "w")
|
||||
f.write(story_json)
|
||||
f.close()
|
||||
p = Popen(['gsutil', 'cp', file_name, 'aidungeon2stories'])
|
||||
p = Popen(['gsutil', 'cp', file_name, 'aidungeon2stories', ">", "/dev/null"])
|
||||
|
||||
|
||||
class StoryManager():
|
||||
|
||||
Reference in New Issue
Block a user