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

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 = 512
13
- WIDTH = 1024
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 = 1024
13
+ WIDTH = 512
14
 
15
  batch_size = -1 # Or set it to a specific positive integer if needed
16
  """