Spaces:
Build error
Build error
Update app.py
#1
by
GRMenon
- opened
app.py
CHANGED
@@ -104,7 +104,7 @@ def generate_image_prompts(story_text: str, count=1):
|
|
104 |
|
105 |
|
106 |
def generate_images_with_together(story, style, quality, count=1):
|
107 |
-
base_prompt =
|
108 |
images = []
|
109 |
|
110 |
for i in range(count):
|
|
|
104 |
|
105 |
|
106 |
def generate_images_with_together(story, style, quality, count=1):
|
107 |
+
base_prompt = generate_image_prompts(story)
|
108 |
images = []
|
109 |
|
110 |
for i in range(count):
|