hsuwill000 commited on
Commit
070ae85
·
verified ·
1 Parent(s): 9014042

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 = 1024
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