Junyi42 commited on
Commit
00d89f8
·
1 Parent(s): 2a86879
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -75,7 +75,8 @@ def main() -> None:
75
  "color_code": "jet",
76
  "blue_rgb": (0.0, 0.149, 0.463), # #002676
77
  "red_rgb": (0.769, 0.510, 0.055), # #FDB515
78
- "blend_ratio": 0.7
 
79
  },
80
  daemon=True
81
  ).start()
 
75
  "color_code": "jet",
76
  "blue_rgb": (0.0, 0.149, 0.463), # #002676
77
  "red_rgb": (0.769, 0.510, 0.055), # #FDB515
78
+ "blend_ratio": 0.7,
79
+ "camera_position": (1e-3, 2, -0.175),
80
  },
81
  daemon=True
82
  ).start()