Spaces:
Running
on
Zero
Running
on
Zero
xinjie.wang
commited on
Commit
·
0111b97
1
Parent(s):
0fd2448
update
Browse files
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(
|
160 |
}
|
161 |
</style>
|
162 |
"""
|
|
|
156 |
lighting_css = """
|
157 |
<style>
|
158 |
#lighter_mesh canvas {
|
159 |
+
filter: brightness(1.6) !important;
|
160 |
}
|
161 |
</style>
|
162 |
"""
|