Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -237,7 +237,7 @@ with gr.Blocks(title="📚 귀여운 스토리 앱") as demo:
|
|
237 |
|
238 |
next_button_long.click(
|
239 |
fn=next_story,
|
240 |
-
inputs=[state_index_blends, gr.State(value=
|
241 |
outputs=[state_index_blends, story_text_blends, story_image_blends, audio_output_blends, state_text_blends]
|
242 |
)
|
243 |
|
|
|
237 |
|
238 |
next_button_long.click(
|
239 |
fn=next_story,
|
240 |
+
inputs=[state_index_blends, gr.State(value=blends_digraphs_stories)],
|
241 |
outputs=[state_index_blends, story_text_blends, story_image_blends, audio_output_blends, state_text_blends]
|
242 |
)
|
243 |
|