Spaces:
Build error
Build error
Update app.py (#1)
Browse files- Update app.py (58f2f43582a98c25dbccc6c0c1e68f720a7bde1d)
Co-authored-by: Gautam Menon <[email protected]>
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):
|