englissi commited on
Commit
8f78a85
ยท
verified ยท
1 Parent(s): 3bd37b5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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=True)
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"])