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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +6 -2
app.py CHANGED
@@ -352,8 +352,12 @@ if __name__ == "__main__":
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",
 
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",