Epoching commited on
Commit
1d8ced5
β€’
1 Parent(s): e101e3e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -90,7 +90,7 @@ with demo:
90
 
91
  # Left column (inputs)
92
  with gr.Column():
93
- input_story_type = gr.Radio(choices=['superhero', 'action', 'drama', 'horror', 'thriller', 'sci_fi'], label="Genre")
94
  input_start_text = gr.Textbox(placeholder='A teddy bear outer space', label="Starting Text")
95
 
96
  gr.Markdown("Be sure to run each of the buttons one at a time, they depend on each others' outputs!")
 
90
 
91
  # Left column (inputs)
92
  with gr.Column():
93
+ input_story_type = gr.Radio(choices=['superhero', 'action', 'drama', 'horror', 'thriller', 'sci_fi'], default='sci_fi', label="Genre")
94
  input_start_text = gr.Textbox(placeholder='A teddy bear outer space', label="Starting Text")
95
 
96
  gr.Markdown("Be sure to run each of the buttons one at a time, they depend on each others' outputs!")