hsuwill000 commited on
Commit
b87637f
·
verified ·
1 Parent(s): c462e49

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -9,8 +9,8 @@ from typing import Optional, Dict
9
  model_id = "hsuwill000/AngelBreed-v4-openvino-8bit"
10
 
11
  #只有512x512 否則一直重畫
12
- HIGH = 1024
13
- WIDTH = 512
14
 
15
  batch_size = -1 # Or set it to a specific positive integer if needed
16
  """
 
9
  model_id = "hsuwill000/AngelBreed-v4-openvino-8bit"
10
 
11
  #只有512x512 否則一直重畫
12
+ HIGH = 512
13
+ WIDTH = 256
14
 
15
  batch_size = -1 # Or set it to a specific positive integer if needed
16
  """