HelloSun commited on
Commit
23f8079
·
verified ·
1 Parent(s): 07e4414

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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=1280
13
  WIDTH=768
14
 
15
 
 
9
  from typing import Optional, Dict
10
 
11
  model_id = "Disty0/LCM_SoteMix"
12
+ HIGH=768
13
  WIDTH=768
14
 
15