Spaces:
Running
on
Zero
Running
on
Zero
Commit
•
73ce57b
1
Parent(s):
c3db1ad
Add code
Browse files
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.
|
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="
|
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)
|