Omnibus commited on
Commit
3127723
1 Parent(s): 7b957a0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -176,7 +176,7 @@ with gr.Blocks() as app:
176
  opt=gr.Dropdown(label="Choices",choices=["Start a new game"],allow_custom_value=True, value="Start a new game", interactive=True)
177
  #prompt=gr.Textbox(label = "Prompt", value="Start a new game")
178
  with gr.Column(scale=2):
179
- rand = gr.Checkbox(label="Random", value=False)
180
  seed=gr.Slider(label="Seed", minimum=1, maximum=99999999999, value=rand_val)
181
  #models_dd=gr.Dropdown(choices=[m for m in return_list],interactive=True)
182
  with gr.Row():
 
176
  opt=gr.Dropdown(label="Choices",choices=["Start a new game"],allow_custom_value=True, value="Start a new game", interactive=True)
177
  #prompt=gr.Textbox(label = "Prompt", value="Start a new game")
178
  with gr.Column(scale=2):
179
+ rand = gr.Checkbox(label="Random", value=True)
180
  seed=gr.Slider(label="Seed", minimum=1, maximum=99999999999, value=rand_val)
181
  #models_dd=gr.Dropdown(choices=[m for m in return_list],interactive=True)
182
  with gr.Row():