Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
@@ -111,7 +111,7 @@ with gr.Blocks(css=css) as demo:
|
|
111 |
Generate a bedtime story for a 5 years old audience who needs to get sleep 😴
|
112 |
</p>
|
113 |
</div>""")
|
114 |
-
text = gr.Textbox(label="Subject", info="Will generate and tell a story about {your text input}")
|
115 |
lang = gr.Dropdown(label="Pick a language", choices=["English", "French", "German", "Hindi", "Italian", "Polish", "Portuguese", "Spanish"], value="English")
|
116 |
submit_btn = gr.Button('Submit')
|
117 |
audio = gr.Audio(label="The story audio told")
|
|
|
111 |
Generate a bedtime story for a 5 years old audience who needs to get sleep 😴
|
112 |
</p>
|
113 |
</div>""")
|
114 |
+
text = gr.Textbox(label="Subject: what the story should be about ?", info="Will generate and tell a story about {your text input}")
|
115 |
lang = gr.Dropdown(label="Pick a language", choices=["English", "French", "German", "Hindi", "Italian", "Polish", "Portuguese", "Spanish"], value="English")
|
116 |
submit_btn = gr.Button('Submit')
|
117 |
audio = gr.Audio(label="The story audio told")
|