Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
|
@@ -9,8 +9,7 @@ from diffusers import (
|
|
| 9 |
AutoencoderTiny,
|
| 10 |
)
|
| 11 |
from huggingface_hub import hf_hub_download
|
| 12 |
-
|
| 13 |
-
styles_name = [style["name"] for style in config.style_list]
|
| 14 |
MAX_SEED = np.iinfo(np.int32).max
|
| 15 |
MAX_IMAGE_SIZE = 2048
|
| 16 |
|
|
|
|
| 9 |
AutoencoderTiny,
|
| 10 |
)
|
| 11 |
from huggingface_hub import hf_hub_download
|
| 12 |
+
|
|
|
|
| 13 |
MAX_SEED = np.iinfo(np.int32).max
|
| 14 |
MAX_IMAGE_SIZE = 2048
|
| 15 |
|