xinjie.wang commited on
Commit
af48ff9
·
1 Parent(s): 044ab04
Files changed (1) hide show
  1. app.py +7 -7
app.py CHANGED
@@ -77,13 +77,13 @@ with gr.Blocks(
77
  label="Gaussian Representation", height=300, interactive=False
78
  )
79
  aligned_gs = gr.Textbox(visible=False)
80
- with gr.Row():
81
- model_output_mesh = LitModel3D(
82
- label="Mesh Representation",
83
- height=300,
84
- exposure=10,
85
- interactive=False
86
- )
87
  gr.Markdown(
88
  """ The rendering of `Gaussian Representation` takes additional 10s. """ # noqa
89
  )
 
77
  label="Gaussian Representation", height=300, interactive=False
78
  )
79
  aligned_gs = gr.Textbox(visible=False)
80
+
81
+ model_output_mesh = LitModel3D(
82
+ label="Mesh Representation",
83
+ # height=300,
84
+ exposure=10,
85
+ interactive=False
86
+ )
87
  gr.Markdown(
88
  """ The rendering of `Gaussian Representation` takes additional 10s. """ # noqa
89
  )