TaliDror commited on
Commit ·
7ef5d2e
1
Parent(s): fc3fb23
improved UI
Browse files
app.py
CHANGED
|
@@ -529,7 +529,7 @@ def build_demo():
|
|
| 529 |
"4. After a few seconds, the generated images will be displayed on the right."
|
| 530 |
)
|
| 531 |
|
| 532 |
-
DEFAULT_NUM_DISPLAY =
|
| 533 |
DEFAULT_GUIDANCE_SCALE = 2.2
|
| 534 |
DEFAULT_NUM_STEPS = 25
|
| 535 |
DEFAULT_BASE_SEED = 42
|
|
|
|
| 529 |
"4. After a few seconds, the generated images will be displayed on the right."
|
| 530 |
)
|
| 531 |
|
| 532 |
+
DEFAULT_NUM_DISPLAY = 5
|
| 533 |
DEFAULT_GUIDANCE_SCALE = 2.2
|
| 534 |
DEFAULT_NUM_STEPS = 25
|
| 535 |
DEFAULT_BASE_SEED = 42
|