Spaces:
Build error
Build error
Nadine Rueegg
commited on
Commit
·
f227765
1
Parent(s):
7d88acd
..
Browse files- scripts/gradio_demo.py +1 -1
scripts/gradio_demo.py
CHANGED
|
@@ -540,7 +540,7 @@ def run_bite_inference(input_image, bbox=None, apply_ttopt=True):
|
|
| 540 |
[0, -1, 0, 0],
|
| 541 |
[0, 0, 1, 1],
|
| 542 |
[0, 0, 0, 1]])
|
| 543 |
-
result_path = os.path.join(save_imgs_path,
|
| 544 |
mesh.export(file_obj=result_path + '.glb')
|
| 545 |
result_gltf = result_path + '.glb'
|
| 546 |
return result_gltf
|
|
|
|
| 540 |
[0, -1, 0, 0],
|
| 541 |
[0, 0, 1, 1],
|
| 542 |
[0, 0, 0, 1]])
|
| 543 |
+
result_path = os.path.join(save_imgs_path, 'dog_model')
|
| 544 |
mesh.export(file_obj=result_path + '.glb')
|
| 545 |
result_gltf = result_path + '.glb'
|
| 546 |
return result_gltf
|