Spaces:
Sleeping
Sleeping
update the color to be light blue and orange
Browse files
app.py
CHANGED
|
@@ -190,9 +190,12 @@ def main() -> None:
|
|
| 190 |
"server": server,
|
| 191 |
"use_float16": True,
|
| 192 |
"preloaded_data": global_data_cache, # Pass the preloaded data
|
| 193 |
-
"color_code": "
|
| 194 |
-
"blue_rgb": (0., 0., 1.),
|
| 195 |
-
"red_rgb": (1., 0., 0.),
|
|
|
|
|
|
|
|
|
|
| 196 |
"blend_ratio": 0.7
|
| 197 |
},
|
| 198 |
daemon=True
|
|
|
|
| 190 |
"server": server,
|
| 191 |
"use_float16": True,
|
| 192 |
"preloaded_data": global_data_cache, # Pass the preloaded data
|
| 193 |
+
"color_code": "jet",
|
| 194 |
+
"blue_rgb": (0.22, 0.82, 1.0), # #37D2FF
|
| 195 |
+
"red_rgb": (1.0, 0.39, 0.22), # #FF6337
|
| 196 |
+
# "color_code": "rainbow",
|
| 197 |
+
# "blue_rgb": (0., 0., 1.),
|
| 198 |
+
# "red_rgb": (1., 0., 0.),
|
| 199 |
"blend_ratio": 0.7
|
| 200 |
},
|
| 201 |
daemon=True
|