Update app.py
Browse files
app.py
CHANGED
@@ -352,8 +352,12 @@ if __name__ == "__main__":
|
|
352 |
|
353 |
with gr.Column():
|
354 |
with gr.Column():
|
355 |
-
gr.
|
356 |
-
|
|
|
|
|
|
|
|
|
357 |
)
|
358 |
reconstruction_output = gr.Model3D(
|
359 |
label="Ply Gaussian Model",
|
|
|
352 |
|
353 |
with gr.Column():
|
354 |
with gr.Column():
|
355 |
+
gr.HTML(
|
356 |
+
"""
|
357 |
+
<p style="opacity: 0.6; font-style: italic;">
|
358 |
+
This might take a few seconds to load the 3D model
|
359 |
+
</p>
|
360 |
+
"""
|
361 |
)
|
362 |
reconstruction_output = gr.Model3D(
|
363 |
label="Ply Gaussian Model",
|