Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -171,13 +171,13 @@ with gr.Blocks() as app:
|
|
171 |
with gr.Row():
|
172 |
with gr.Column(scale=3):
|
173 |
opt=gr.Dropdown(label="Choices",choices=["Start a new game"],allow_custom_value=True, value="Start a new game", interactive=True)
|
174 |
-
button=gr.Button()
|
175 |
#prompt=gr.Textbox(label = "Prompt", value="Start a new game")
|
176 |
with gr.Column(scale=2):
|
177 |
rand = gr.Checkbox(label="Random", value=False)
|
178 |
seed=gr.Slider(label="Seed", minimum=1, maximum=99999999999, value=rand_val)
|
179 |
#models_dd=gr.Dropdown(choices=[m for m in return_list],interactive=True)
|
180 |
with gr.Row():
|
|
|
181 |
stop_button=gr.Button("Stop")
|
182 |
clear_btn = gr.Button("Clear")
|
183 |
with gr.Row():
|
|
|
171 |
with gr.Row():
|
172 |
with gr.Column(scale=3):
|
173 |
opt=gr.Dropdown(label="Choices",choices=["Start a new game"],allow_custom_value=True, value="Start a new game", interactive=True)
|
|
|
174 |
#prompt=gr.Textbox(label = "Prompt", value="Start a new game")
|
175 |
with gr.Column(scale=2):
|
176 |
rand = gr.Checkbox(label="Random", value=False)
|
177 |
seed=gr.Slider(label="Seed", minimum=1, maximum=99999999999, value=rand_val)
|
178 |
#models_dd=gr.Dropdown(choices=[m for m in return_list],interactive=True)
|
179 |
with gr.Row():
|
180 |
+
button=gr.Button()
|
181 |
stop_button=gr.Button("Stop")
|
182 |
clear_btn = gr.Button("Clear")
|
183 |
with gr.Row():
|