Spaces:
Running
Running
marta-marta
commited on
Commit
·
91f9afb
1
Parent(s):
5628022
Updating
Browse files
app.py
CHANGED
@@ -573,6 +573,7 @@ if st.checkbox("Generate Mesh Interpolation"):
|
|
573 |
str((mesh_sdf_max - abs(mesh_sdf_min)) / 2))
|
574 |
|
575 |
if st.checkbox("Generate STL Model"):
|
|
|
576 |
# Generate the STL File
|
577 |
linear_stl = convert_sdf_to_stl(mesh_sdf, threshold_divisor=mesh_threshold_divisor_input)
|
578 |
|
|
|
573 |
str((mesh_sdf_max - abs(mesh_sdf_min)) / 2))
|
574 |
|
575 |
if st.checkbox("Generate STL Model"):
|
576 |
+
time.sleep(5) # Add a delay to control the update rate
|
577 |
# Generate the STL File
|
578 |
linear_stl = convert_sdf_to_stl(mesh_sdf, threshold_divisor=mesh_threshold_divisor_input)
|
579 |
|