Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
@@ -120,8 +120,9 @@ with gr.Blocks(css=css) as demo:
|
|
120 |
</p>
|
121 |
</div>""")
|
122 |
|
123 |
-
|
124 |
-
|
|
|
125 |
with gr.Row():
|
126 |
lang = gr.Dropdown(label="Pick a language", choices=["English", "French", "German", "Hindi", "Italian", "Polish", "Portuguese", "Spanish"], value="English")
|
127 |
age = gr.Dropdown(label="Age target", choices=["3","4","5","6","7"], value="5")
|
|
|
120 |
</p>
|
121 |
</div>""")
|
122 |
|
123 |
+
|
124 |
+
text = gr.Textbox(label="Subject: what the story should be about ?", info="Will generate and tell a story about {your text input}")
|
125 |
+
with gr.Group():
|
126 |
with gr.Row():
|
127 |
lang = gr.Dropdown(label="Pick a language", choices=["English", "French", "German", "Hindi", "Italian", "Polish", "Portuguese", "Spanish"], value="English")
|
128 |
age = gr.Dropdown(label="Age target", choices=["3","4","5","6","7"], value="5")
|