Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -26,7 +26,6 @@ def infer(
|
|
| 26 |
prompt,
|
| 27 |
negative_prompt,
|
| 28 |
seed,
|
| 29 |
-
randomize_seed,
|
| 30 |
width,
|
| 31 |
height,
|
| 32 |
guidance_scale,
|
|
@@ -144,7 +143,6 @@ with gr.Blocks(css=css) as demo:
|
|
| 144 |
prompt,
|
| 145 |
negative_prompt,
|
| 146 |
seed,
|
| 147 |
-
randomize_seed,
|
| 148 |
width,
|
| 149 |
height,
|
| 150 |
guidance_scale,
|
|
|
|
| 26 |
prompt,
|
| 27 |
negative_prompt,
|
| 28 |
seed,
|
|
|
|
| 29 |
width,
|
| 30 |
height,
|
| 31 |
guidance_scale,
|
|
|
|
| 143 |
prompt,
|
| 144 |
negative_prompt,
|
| 145 |
seed,
|
|
|
|
| 146 |
width,
|
| 147 |
height,
|
| 148 |
guidance_scale,
|