rodolfoocampo commited on
Commit
c7a17ec
1 Parent(s): c0437e0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -175,7 +175,7 @@ with gr.Blocks(css='''
175
 
176
 
177
  b1.click(generateStory, inputs=[theme1,theme2], outputs=[story_output])
178
- b2.click(illustratedStory, inputs=[story, theme1, theme2], outputs=[illustration])
179
 
180
 
181
 
 
175
 
176
 
177
  b1.click(generateStory, inputs=[theme1,theme2], outputs=[story_output])
178
+ b2.click(illustratedStory, inputs=[story_output, theme1, theme2], outputs=[illustration])
179
 
180
 
181