Spaces:
Runtime error
Runtime error
Update
Browse files- app_base.py +1 -1
app_base.py
CHANGED
@@ -127,8 +127,8 @@ def create_demo(model: Model) -> gr.Blocks:
|
|
127 |
run_button = gr.Button("Run")
|
128 |
with gr.Accordion("Advanced options", open=False):
|
129 |
apply_preprocess = gr.Checkbox(label="Apply preprocess", value=True)
|
130 |
-
negative_prompt = gr.Textbox(label="Negative prompt")
|
131 |
style = gr.Dropdown(label="Style", choices=STYLE_NAMES, value=DEFAULT_STYLE_NAME)
|
|
|
132 |
num_inference_steps = gr.Slider(
|
133 |
label="Number of steps",
|
134 |
minimum=1,
|
|
|
127 |
run_button = gr.Button("Run")
|
128 |
with gr.Accordion("Advanced options", open=False):
|
129 |
apply_preprocess = gr.Checkbox(label="Apply preprocess", value=True)
|
|
|
130 |
style = gr.Dropdown(label="Style", choices=STYLE_NAMES, value=DEFAULT_STYLE_NAME)
|
131 |
+
negative_prompt = gr.Textbox(label="Negative prompt")
|
132 |
num_inference_steps = gr.Slider(
|
133 |
label="Number of steps",
|
134 |
minimum=1,
|