Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
@@ -42,7 +42,7 @@ def infer(image_input, audience, keyword, protagonist):
|
|
42 |
"""
|
43 |
|
44 |
current_story = clipi_result
|
45 |
-
return next_chapter()
|
46 |
|
47 |
css = """
|
48 |
#col-container {max-width: 910px; margin-left: auto; margin-right: auto;}
|
|
|
42 |
"""
|
43 |
|
44 |
current_story = clipi_result
|
45 |
+
return next_chapter(audience, keyword, protagonist)
|
46 |
|
47 |
css = """
|
48 |
#col-container {max-width: 910px; margin-left: auto; margin-right: auto;}
|