Update app.py
Browse files
app.py
CHANGED
@@ -9,7 +9,7 @@ import openvino.runtime as ov
|
|
9 |
from typing import Optional, Dict
|
10 |
|
11 |
model_id = "Disty0/LCM_SoteMix"
|
12 |
-
HIGH=
|
13 |
WIDTH=512
|
14 |
|
15 |
|
|
|
9 |
from typing import Optional, Dict
|
10 |
|
11 |
model_id = "Disty0/LCM_SoteMix"
|
12 |
+
HIGH=1024
|
13 |
WIDTH=512
|
14 |
|
15 |
|