xinjie.wang commited on
Commit
b33cd35
·
1 Parent(s): 8a571e5
Files changed (2) hide show
  1. app.py +2 -2
  2. requirements.txt +1 -1
app.py CHANGED
@@ -58,8 +58,8 @@ with gr.Blocks(
58
  model_output_mesh = LitModel3D(
59
  label="Mesh Representation",
60
  # height=300,
61
- exposure=10,
62
- interactive=False
63
  )
64
  gr.Markdown(
65
  """ The rendering of `Gaussian Representation` takes additional 10s. """ # noqa
 
58
  model_output_mesh = LitModel3D(
59
  label="Mesh Representation",
60
  # height=300,
61
+ # exposure=10,
62
+ # interactive=False
63
  )
64
  gr.Markdown(
65
  """ The rendering of `Gaussian Representation` takes additional 10s. """ # noqa
requirements.txt CHANGED
@@ -34,7 +34,7 @@ gradio_litmodel3d==0.0.1
34
  # realesrgan==0.3.0
35
  # pydantic==2.9.2
36
  # vtk==9.3.1
37
- # spaces
38
  # utils3d@git+https://github.com/EasternJournalist/utils3d.git@9a4eb15e4021b67b12c460c7057d642626897ec8
39
  # clip@git+https://github.com/openai/CLIP.git
40
  # kolors@git+https://github.com/Kwai-Kolors/Kolors.git#egg=038818d
 
34
  # realesrgan==0.3.0
35
  # pydantic==2.9.2
36
  # vtk==9.3.1
37
+ spaces
38
  # utils3d@git+https://github.com/EasternJournalist/utils3d.git@9a4eb15e4021b67b12c460c7057d642626897ec8
39
  # clip@git+https://github.com/openai/CLIP.git
40
  # kolors@git+https://github.com/Kwai-Kolors/Kolors.git#egg=038818d