Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -252,7 +252,7 @@ with gr.Blocks(css="style.css") as demo:
|
|
252 |
with gr.Group():
|
253 |
with gr.Row():
|
254 |
use_negative_prompt = gr.Checkbox(label="Use negative prompt", value=False, visible=True)
|
255 |
-
|
256 |
schedule = gr.Radio(
|
257 |
show_label=True,
|
258 |
container=True,
|
|
|
252 |
with gr.Group():
|
253 |
with gr.Row():
|
254 |
use_negative_prompt = gr.Checkbox(label="Use negative prompt", value=False, visible=True)
|
255 |
+
with gr.Row(visible=True):
|
256 |
schedule = gr.Radio(
|
257 |
show_label=True,
|
258 |
container=True,
|