Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
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 |
|