Spaces:
Running
Running
Update app.py
Browse files
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=
|
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():
|