Update app.py
Browse files
app.py
CHANGED
@@ -352,8 +352,11 @@ if __name__ == "__main__":
|
|
352 |
|
353 |
with gr.Column():
|
354 |
with gr.Column():
|
|
|
|
|
|
|
355 |
reconstruction_output = gr.Model3D(
|
356 |
-
label="
|
357 |
height=512,
|
358 |
zoom_speed=0.5,
|
359 |
pan_speed=0.5,
|
|
|
352 |
|
353 |
with gr.Column():
|
354 |
with gr.Column():
|
355 |
+
gr.Markdown(
|
356 |
+
""" This might take few seconds to load the 3D model"""
|
357 |
+
)
|
358 |
reconstruction_output = gr.Model3D(
|
359 |
+
label="Ply Gaussian Model",
|
360 |
height=512,
|
361 |
zoom_speed=0.5,
|
362 |
pan_speed=0.5,
|