Miguelpef commited on
Commit
479bab5
·
verified ·
1 Parent(s): 26b357d

Upload 2 files

Browse files
Files changed (2) hide show
  1. examples/modelo_optimizado.vox +0 -0
  2. viewer.py +1 -1
examples/modelo_optimizado.vox ADDED
Binary file (51.5 kB). View file
 
viewer.py CHANGED
@@ -121,7 +121,7 @@ interface = gr.Interface(
121
  outputs=gr.Plot(label="3D Voxel Model"),
122
  title="Voxel Model Viewer",
123
  description="Upload a .vox file to view the 3D voxelized model.",
124
- examples=[["modelo_optimizado.vox"]]
125
  )
126
 
127
  if __name__ == "__main__":
 
121
  outputs=gr.Plot(label="3D Voxel Model"),
122
  title="Voxel Model Viewer",
123
  description="Upload a .vox file to view the 3D voxelized model.",
124
+ examples=[["examples/modelo_optimizado.vox"]] # Updated path
125
  )
126
 
127
  if __name__ == "__main__":