Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
|
@@ -31,7 +31,6 @@ from src.utils.camera_util import (
|
|
| 31 |
)
|
| 32 |
from src.utils.mesh_util import save_obj, save_glb
|
| 33 |
from src.utils.infer_util import remove_background, resize_foreground, images_to_video
|
| 34 |
-
from huggingface_hub import hb
|
| 35 |
|
| 36 |
# Set up cache path
|
| 37 |
cache_path = path.join(path.dirname(path.abspath(__file__)), "models")
|
|
|
|
| 31 |
)
|
| 32 |
from src.utils.mesh_util import save_obj, save_glb
|
| 33 |
from src.utils.infer_util import remove_background, resize_foreground, images_to_video
|
|
|
|
| 34 |
|
| 35 |
# Set up cache path
|
| 36 |
cache_path = path.join(path.dirname(path.abspath(__file__)), "models")
|