Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -160,7 +160,7 @@ def generate(
|
|
| 160 |
width: int = 768,
|
| 161 |
height: int = 768,
|
| 162 |
guidance_scale: float = 5,
|
| 163 |
-
num_inference_steps: int =
|
| 164 |
randomize_seed: bool = False,
|
| 165 |
use_resolution_binning: bool = True,
|
| 166 |
num_images: int = 1,
|
|
@@ -364,7 +364,7 @@ with gr.Blocks(css=css, theme="bethecloud/storj_theme") as demo:
|
|
| 364 |
minimum=10,
|
| 365 |
maximum=1000,
|
| 366 |
step=10,
|
| 367 |
-
value=
|
| 368 |
)
|
| 369 |
|
| 370 |
gr.Examples(
|
|
|
|
| 160 |
width: int = 768,
|
| 161 |
height: int = 768,
|
| 162 |
guidance_scale: float = 5,
|
| 163 |
+
num_inference_steps: int = 325,
|
| 164 |
randomize_seed: bool = False,
|
| 165 |
use_resolution_binning: bool = True,
|
| 166 |
num_images: int = 1,
|
|
|
|
| 364 |
minimum=10,
|
| 365 |
maximum=1000,
|
| 366 |
step=10,
|
| 367 |
+
value=325,
|
| 368 |
)
|
| 369 |
|
| 370 |
gr.Examples(
|