Update app.py
Browse files
app.py
CHANGED
@@ -23,7 +23,8 @@ from src.utils.camera_util import (
|
|
23 |
)
|
24 |
from src.utils.mesh_util import save_obj, save_glb
|
25 |
from src.utils.infer_util import remove_background, resize_foreground, images_to_video
|
26 |
-
|
|
|
27 |
import tempfile
|
28 |
from huggingface_hub import hf_hub_download
|
29 |
|
|
|
23 |
)
|
24 |
from src.utils.mesh_util import save_obj, save_glb
|
25 |
from src.utils.infer_util import remove_background, resize_foreground, images_to_video
|
26 |
+
import subprocess
|
27 |
+
import sys
|
28 |
import tempfile
|
29 |
from huggingface_hub import hf_hub_download
|
30 |
|