alexnasa commited on
Commit
cf112d4
·
verified ·
1 Parent(s): c5243c6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -1
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="3D Reconstructed Gaussian Splat",
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,