tchung1970 commited on
Commit
5026cef
·
1 Parent(s): 3c54f2a

Change border to white to match Z-Image

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -11,7 +11,7 @@ from utils.image_utils import rescale_image
11
  from utils.prompt_utils import polish_prompt
12
 
13
 
14
- # Force rebuild v17
15
  MODEL_REPO = "meituan-longcat/LongCat-Image"
16
  MAX_SEED = np.iinfo(np.int32).max
17
 
@@ -177,8 +177,8 @@ div.output-section {
177
  background: #1d1d1f !important;
178
  border-radius: 18px;
179
  padding: 0 !important;
180
- box-shadow: 0 2px 12px rgba(0, 0, 0, 0.4);
181
- border: 4px solid #808080 !important;
182
  overflow: hidden;
183
  display: flex;
184
  align-items: center;
 
11
  from utils.prompt_utils import polish_prompt
12
 
13
 
14
+ # Force rebuild v18
15
  MODEL_REPO = "meituan-longcat/LongCat-Image"
16
  MAX_SEED = np.iinfo(np.int32).max
17
 
 
177
  background: #1d1d1f !important;
178
  border-radius: 18px;
179
  padding: 0 !important;
180
+ box-shadow: 0 4px 20px rgba(255, 255, 255, 0.1);
181
+ border: 5px solid #ffffff !important;
182
  overflow: hidden;
183
  display: flex;
184
  align-items: center;