Spaces:
Running
on
L40S
Running
on
L40S
Update app.py
Browse files
app.py
CHANGED
@@ -19,6 +19,9 @@ from trellis.representations import Gaussian, MeshExtractResult
|
|
19 |
from trellis.utils import render_utils, postprocessing_utils
|
20 |
from diffusers import FluxPipeline
|
21 |
from transformers import pipeline
|
|
|
|
|
|
|
22 |
|
23 |
# Hugging Face 토큰 설정
|
24 |
HF_TOKEN = os.getenv("HF_TOKEN")
|
|
|
19 |
from trellis.utils import render_utils, postprocessing_utils
|
20 |
from diffusers import FluxPipeline
|
21 |
from transformers import pipeline
|
22 |
+
from typing import Tuple, Dict, Any # Tuple import 추가
|
23 |
+
|
24 |
+
|
25 |
|
26 |
# Hugging Face 토큰 설정
|
27 |
HF_TOKEN = os.getenv("HF_TOKEN")
|