hsuwill000 commited on
Commit
6e7e7e8
·
verified ·
1 Parent(s): e97413a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -7,8 +7,8 @@ from typing import Optional, Dict
7
 
8
  model_id = "hsuwill000/sd-turbo-openvino"
9
 
10
- HIGH = 512
11
- WIDTH = 512
12
 
13
  batch_size = -1 # Or set it to a specific positive integer if needed
14
  """
 
7
 
8
  model_id = "hsuwill000/sd-turbo-openvino"
9
 
10
+ HIGH = 1024
11
+ WIDTH = 1024
12
 
13
  batch_size = -1 # Or set it to a specific positive integer if needed
14
  """