Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -157,7 +157,7 @@ with gr.Blocks(title="๐ ๊ท์ฌ์ด ์คํ ๋ฆฌ ์ฑ") as demo:
|
|
157 |
|
158 |
story_text_short = gr.Markdown(value=f"<div class='story-text'>{init_text_short}</div>")
|
159 |
story_image_short = gr.Image(value=init_image_short)
|
160 |
-
audio_output_short = gr.Audio(value=init_audio_short, autoplay=
|
161 |
|
162 |
with gr.Row():
|
163 |
next_button_short = gr.Button("๐ ๋ค์ ์ด์ผ๊ธฐ", elem_classes=["btn-custom", "next-btn"])
|
|
|
157 |
|
158 |
story_text_short = gr.Markdown(value=f"<div class='story-text'>{init_text_short}</div>")
|
159 |
story_image_short = gr.Image(value=init_image_short)
|
160 |
+
audio_output_short = gr.Audio(value=init_audio_short, autoplay=False)
|
161 |
|
162 |
with gr.Row():
|
163 |
next_button_short = gr.Button("๐ ๋ค์ ์ด์ผ๊ธฐ", elem_classes=["btn-custom", "next-btn"])
|