aiqtech commited on
Commit
b070f28
1 Parent(s): e3df509

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -0
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")