xinjie.wang commited on
Commit
b4b2f2d
·
1 Parent(s): 210fa6d
Files changed (1) hide show
  1. app.py +1 -5
app.py CHANGED
@@ -54,11 +54,7 @@ with gr.Blocks(
54
 
55
  model_output_mesh = LitModel3D(label="Extracted GLB/Gaussian", exposure=10.0, height=300)
56
  gr.Model3D(
57
- lighting={
58
- "ambient_light": [0.5, 0.5, 0.5], # 环境光 (RGB)
59
- "directional_light": [1.0, 1.0, 1.0], # 方向光 (RGB)
60
- "light_position": [5, 5, 5] # 设置光源的位置
61
- }
62
  )
63
  # gr.Markdown(
64
  # """ The rendering of `Gaussian Representation` takes additional 10s. """ # noqa
 
54
 
55
  model_output_mesh = LitModel3D(label="Extracted GLB/Gaussian", exposure=10.0, height=300)
56
  gr.Model3D(
57
+ clear_color=[0.9, 0.9, 0.9, 1.0],
 
 
 
 
58
  )
59
  # gr.Markdown(
60
  # """ The rendering of `Gaussian Representation` takes additional 10s. """ # noqa