Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
|
@@ -179,10 +179,10 @@ with gr.Blocks(css=css) as demo:
|
|
| 179 |
fn=generate_image,
|
| 180 |
inputs=[
|
| 181 |
prompt,
|
| 182 |
-
negative_prompt, # is no longer an input from the UI
|
| 183 |
seed,
|
| 184 |
randomize_seed,
|
| 185 |
aspect_ratio,
|
|
|
|
| 186 |
guidance_scale,
|
| 187 |
num_inference_steps,
|
| 188 |
# prompt_enhance,
|
|
|
|
| 179 |
fn=generate_image,
|
| 180 |
inputs=[
|
| 181 |
prompt,
|
|
|
|
| 182 |
seed,
|
| 183 |
randomize_seed,
|
| 184 |
aspect_ratio,
|
| 185 |
+
negative_prompt, # re-added
|
| 186 |
guidance_scale,
|
| 187 |
num_inference_steps,
|
| 188 |
# prompt_enhance,
|