Update app.py
Browse files
app.py
CHANGED
@@ -15,8 +15,6 @@ from trellis.pipelines import TrellisImageTo3DPipeline
|
|
15 |
from trellis.representations import Gaussian, MeshExtractResult
|
16 |
from trellis.utils import render_utils, postprocessing_utils
|
17 |
|
18 |
-
from transformers import pipeline
|
19 |
-
|
20 |
MAX_SEED = np.iinfo(np.int32).max
|
21 |
TMP_DIR = "/tmp/Trellis-demo"
|
22 |
|
|
|
15 |
from trellis.representations import Gaussian, MeshExtractResult
|
16 |
from trellis.utils import render_utils, postprocessing_utils
|
17 |
|
|
|
|
|
18 |
MAX_SEED = np.iinfo(np.int32).max
|
19 |
TMP_DIR = "/tmp/Trellis-demo"
|
20 |
|