Shad0ws commited on
Commit
ee0fa05
·
1 Parent(s): 347f01d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -53,7 +53,7 @@ def storyGPT(key, name, situation, direction):
53
  story_parts[i] = story_parts[i].replace(". ", ".\n\n")
54
 
55
  # return (story_parts[0], illustration_parts[0], story_parts[1], illustration_parts[1], story_parts[2], illustration_parts[2], story_parts[3], illustration_parts[3])
56
- return (story_parts[0], illustration_parts[0], story_parts[1], illustration_parts[1], story_parts[2], illustration_parts[2])
57
 
58
 
59
  # EXAMPLE
 
53
  story_parts[i] = story_parts[i].replace(". ", ".\n\n")
54
 
55
  # return (story_parts[0], illustration_parts[0], story_parts[1], illustration_parts[1], story_parts[2], illustration_parts[2], story_parts[3], illustration_parts[3])
56
+ return (story_parts[0], story_parts[1], story_parts[2])
57
 
58
 
59
  # EXAMPLE