Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
@@ -86,7 +86,7 @@ with demo:
|
|
86 |
|
87 |
# Left column (inputs)
|
88 |
with gr.Column():
|
89 |
-
input_story_type = gr.Radio(choices=['superhero', 'action', 'drama', 'horror', 'thriller', 'sci_fi'],
|
90 |
input_start_text = gr.Textbox(placeholder='A teddy bear outer space', label="Starting Text")
|
91 |
|
92 |
gr.Markdown("Be sure to run each of the buttons one at a time, they depend on each others' outputs!")
|
|
|
86 |
|
87 |
# Left column (inputs)
|
88 |
with gr.Column():
|
89 |
+
input_story_type = gr.Radio(choices=['superhero', 'action', 'drama', 'horror', 'thriller', 'sci_fi'], value='sci_fi', label="Genre")
|
90 |
input_start_text = gr.Textbox(placeholder='A teddy bear outer space', label="Starting Text")
|
91 |
|
92 |
gr.Markdown("Be sure to run each of the buttons one at a time, they depend on each others' outputs!")
|