Spaces:
Sleeping
Sleeping
Commit
·
ac7470d
1
Parent(s):
d9dbb73
Initial
Browse files
app.py
CHANGED
|
@@ -39,9 +39,9 @@ Topic: {topic}
|
|
| 39 |
iface = gr.Interface(
|
| 40 |
fn=generate_story,
|
| 41 |
inputs=[
|
| 42 |
-
gr.Textbox(label="Password", type="password", placeholder="Enter your password..."),
|
| 43 |
gr.Textbox(label="Story Topic", placeholder="e.g., The adventures of a brave rabbit..."),
|
| 44 |
-
gr.
|
|
|
|
| 45 |
],
|
| 46 |
outputs=gr.Textbox(label="Generated Story"),
|
| 47 |
title="✨ UmaiMother ✨",
|
|
|
|
| 39 |
iface = gr.Interface(
|
| 40 |
fn=generate_story,
|
| 41 |
inputs=[
|
|
|
|
| 42 |
gr.Textbox(label="Story Topic", placeholder="e.g., The adventures of a brave rabbit..."),
|
| 43 |
+
gr.Textbox(label="Password", type="password", placeholder="Enter your password..."),
|
| 44 |
+
gr.Radio(label="Language", choices=["French", "English", "Turkish"], value="English")
|
| 45 |
],
|
| 46 |
outputs=gr.Textbox(label="Generated Story"),
|
| 47 |
title="✨ UmaiMother ✨",
|