JUNGU commited on
Commit
7ced387
·
1 Parent(s): a42f62d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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;}