Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -53,7 +53,7 @@ iface = gr.Interface(
|
|
53 |
inputs=[
|
54 |
gr.components.Textbox(label="Enter name (Example: Ella)"),
|
55 |
gr.components.Textbox(label="Enter story title (Example: The Enchanted Locket)"),
|
56 |
-
gr.components.Radio(["for children", "absurd
|
57 |
gr.components.Textbox(label="OpenAI API Key", type="password")
|
58 |
],
|
59 |
outputs=[
|
|
|
53 |
inputs=[
|
54 |
gr.components.Textbox(label="Enter name (Example: Ella)"),
|
55 |
gr.components.Textbox(label="Enter story title (Example: The Enchanted Locket)"),
|
56 |
+
gr.components.Radio(["for children", "absurd"], label="Story Type"),
|
57 |
gr.components.Textbox(label="OpenAI API Key", type="password")
|
58 |
],
|
59 |
outputs=[
|