Spaces:
Runtime error
Runtime error
rodolfoocampo
commited on
Commit
•
c7a17ec
1
Parent(s):
c0437e0
Update app.py
Browse files
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=[
|
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 |
|