xinjie.wang commited on
Commit
0111b97
·
1 Parent(s): 0fd2448
Files changed (1) hide show
  1. common.py +1 -1
common.py CHANGED
@@ -156,7 +156,7 @@ os.makedirs(TMP_DIR, exist_ok=True)
156
  lighting_css = """
157
  <style>
158
  #lighter_mesh canvas {
159
- filter: brightness(2) !important;
160
  }
161
  </style>
162
  """
 
156
  lighting_css = """
157
  <style>
158
  #lighter_mesh canvas {
159
+ filter: brightness(1.6) !important;
160
  }
161
  </style>
162
  """