Spaces:
Running
on
Zero
Running
on
Zero
xinjie.wang
commited on
Commit
·
af48ff9
1
Parent(s):
044ab04
update
Browse files
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 |
-
|
81 |
-
|
82 |
-
|
83 |
-
|
84 |
-
|
85 |
-
|
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 |
)
|