Update app.py
Browse files
app.py
CHANGED
@@ -7,7 +7,7 @@ from typing import Optional, Dict
|
|
7 |
|
8 |
model_id = "rupeshs/sdxs-512-0.9-openvino"
|
9 |
|
10 |
-
HIGH =
|
11 |
WIDTH = 512
|
12 |
|
13 |
batch_size = -1 # Or set it to a specific positive integer if needed
|
|
|
7 |
|
8 |
model_id = "rupeshs/sdxs-512-0.9-openvino"
|
9 |
|
10 |
+
HIGH = 512
|
11 |
WIDTH = 512
|
12 |
|
13 |
batch_size = -1 # Or set it to a specific positive integer if needed
|