Spaces:
Build error
Build error
cocktailpeanut
commited on
Commit
•
5c59ba2
1
Parent(s):
14b375b
update
Browse files- app.py +1 -1
- requirements.txt +2 -1
app.py
CHANGED
@@ -6,7 +6,7 @@ import torch
|
|
6 |
from PIL import Image
|
7 |
from functools import partial
|
8 |
|
9 |
-
subprocess.run(shlex.split('pip install wheel/torchmcubes-0.1.0-cp310-cp310-linux_x86_64.whl'))
|
10 |
|
11 |
from tsr.system import TSR
|
12 |
from tsr.utils import remove_background, resize_foreground, to_gradio_3d_orientation
|
|
|
6 |
from PIL import Image
|
7 |
from functools import partial
|
8 |
|
9 |
+
#subprocess.run(shlex.split('pip install wheel/torchmcubes-0.1.0-cp310-cp310-linux_x86_64.whl'))
|
10 |
|
11 |
from tsr.system import TSR
|
12 |
from tsr.utils import remove_background, resize_foreground, to_gradio_3d_orientation
|
requirements.txt
CHANGED
@@ -13,4 +13,5 @@ torch==2.0.0
|
|
13 |
torchvision==0.15.1
|
14 |
tqdm==4.64.1
|
15 |
transformers==4.27.0
|
16 |
-
trimesh==4.0.5
|
|
|
|
13 |
torchvision==0.15.1
|
14 |
tqdm==4.64.1
|
15 |
transformers==4.27.0
|
16 |
+
trimesh==4.0.5
|
17 |
+
git+https://github.com/cocktailpeanut/torchmcubes.git
|