freddyaboulton HF staff commited on
Commit
73ce57b
1 Parent(s): c3db1ad
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -241,12 +241,12 @@ with gr.Blocks() as block:
241
  <p> Powered by <a href="https://github.com/huggingface/parler-tts"> Parler-TTS</a>
242
  """
243
  )
244
- with gr.Row():
245
  with gr.Row():
246
  subject = gr.Dropdown(value="Princess", choices=["Prince", "Princess", "Dog", "Cat"])
247
  setting = gr.Dropdown(value="Forest", choices=["Forest", "Kingdom", "Jungle", "Underwater"])
248
  with gr.Row():
249
- run_button = gr.Button("Generate Story", variant="Primary")
250
  with gr.Row():
251
  with gr.Group():
252
  audio_out = gr.Audio(label="Bed time story", streaming=True, autoplay=True)
 
241
  <p> Powered by <a href="https://github.com/huggingface/parler-tts"> Parler-TTS</a>
242
  """
243
  )
244
+ with gr.Group():
245
  with gr.Row():
246
  subject = gr.Dropdown(value="Princess", choices=["Prince", "Princess", "Dog", "Cat"])
247
  setting = gr.Dropdown(value="Forest", choices=["Forest", "Kingdom", "Jungle", "Underwater"])
248
  with gr.Row():
249
+ run_button = gr.Button("Generate Story", variant="primary")
250
  with gr.Row():
251
  with gr.Group():
252
  audio_out = gr.Audio(label="Bed time story", streaming=True, autoplay=True)