prithivMLmods commited on
Commit
0524a22
Β·
verified Β·
1 Parent(s): 2550696

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -484,6 +484,7 @@ def generate(
484
  if not os.path.exists(static_folder):
485
  os.makedirs(static_folder)
486
  new_filename = f"mesh_{uuid.uuid4()}.glb"
 
487
  new_filepath = os.path.join(static_folder, new_filename)
488
  shutil.copy(glb_path, new_filepath)
489
 
 
484
  if not os.path.exists(static_folder):
485
  os.makedirs(static_folder)
486
  new_filename = f"mesh_{uuid.uuid4()}.glb"
487
+ yield " > Processing 3D Mesh Generation β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–’β–’ 95%"
488
  new_filepath = os.path.join(static_folder, new_filename)
489
  shutil.copy(glb_path, new_filepath)
490