Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -205,7 +205,7 @@ def extract_glb(
|
|
205 |
|
206 |
import aspose.threed as a3d
|
207 |
scene = a3d.Scene.from_file(glb_path)
|
208 |
-
scene.save(os.path.join(user_dir), 'print-me.3MF'
|
209 |
glb.export(glb_path)
|
210 |
torch.cuda.empty_cache()
|
211 |
return glb_path, glb_path
|
|
|
205 |
|
206 |
import aspose.threed as a3d
|
207 |
scene = a3d.Scene.from_file(glb_path)
|
208 |
+
scene.save(os.path.join(user_dir), 'print-me.3MF')
|
209 |
glb.export(glb_path)
|
210 |
torch.cuda.empty_cache()
|
211 |
return glb_path, glb_path
|