Spaces:
Paused
Paused
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")
|