Stable-X commited on
Commit
01ea510
1 Parent(s): 727fb54

fix: Fix name

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -415,7 +415,7 @@ with gr.Blocks(
415
  )
416
 
417
  with gr.Group():
418
- initial_model = gr.Model3D(
419
  label="Reconstructed PointCloud or Splat",
420
  display_mode="solid",
421
  clear_color=[0.0, 0.0, 0.0, 0.0]
 
415
  )
416
 
417
  with gr.Group():
418
+ output_model = gr.Model3D(
419
  label="Reconstructed PointCloud or Splat",
420
  display_mode="solid",
421
  clear_color=[0.0, 0.0, 0.0, 0.0]