Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -13,7 +13,7 @@ from huggingface_hub import hf_hub_download
|
|
13 |
import config
|
14 |
styles_name = [style["name"] for style in config.style_list]
|
15 |
MAX_SEED = np.iinfo(np.int32).max
|
16 |
-
MAX_IMAGE_SIZE =
|
17 |
|
18 |
def feifeimodload():
|
19 |
|
|
|
13 |
import config
|
14 |
styles_name = [style["name"] for style in config.style_list]
|
15 |
MAX_SEED = np.iinfo(np.int32).max
|
16 |
+
MAX_IMAGE_SIZE = 3096
|
17 |
|
18 |
def feifeimodload():
|
19 |
|