Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -180,7 +180,7 @@ with gr.Blocks(title="📚 귀여운 스토리 앱") as demo:
|
|
| 180 |
state_text_long = gr.State(value=init_text_long)
|
| 181 |
|
| 182 |
story_text_long = gr.HTML(value=f"<div class='story-text'>{init_text_long}</div>")
|
| 183 |
-
story_image_long = gr.Image(value=
|
| 184 |
audio_output_long = gr.Audio(value=init_audio_long, autoplay=False)
|
| 185 |
|
| 186 |
with gr.Row():
|
|
|
|
| 180 |
state_text_long = gr.State(value=init_text_long)
|
| 181 |
|
| 182 |
story_text_long = gr.HTML(value=f"<div class='story-text'>{init_text_long}</div>")
|
| 183 |
+
story_image_long = gr.Image(value=init_image_long, width=300, height=300)
|
| 184 |
audio_output_long = gr.Audio(value=init_audio_long, autoplay=False)
|
| 185 |
|
| 186 |
with gr.Row():
|