Seungwoo-Yoon commited on
Commit ·
3088dec
1
Parent(s): 3227a16
huggingface debug 1
Browse files
app.py
CHANGED
|
@@ -1,3 +1,5 @@
|
|
|
|
|
|
|
|
| 1 |
from extend3d import Extend3D
|
| 2 |
from trellis.utils import render_utils, postprocessing_utils
|
| 3 |
|
|
@@ -9,7 +11,6 @@ from pathlib import Path
|
|
| 9 |
import numpy as np
|
| 10 |
import torch
|
| 11 |
import gradio as gr
|
| 12 |
-
import spaces
|
| 13 |
|
| 14 |
MODEL_ID = "microsoft/TRELLIS-image-large"
|
| 15 |
DEFAULT_OUTPUT_DIR = "./output"
|
|
|
|
| 1 |
+
import spaces
|
| 2 |
+
|
| 3 |
from extend3d import Extend3D
|
| 4 |
from trellis.utils import render_utils, postprocessing_utils
|
| 5 |
|
|
|
|
| 11 |
import numpy as np
|
| 12 |
import torch
|
| 13 |
import gradio as gr
|
|
|
|
| 14 |
|
| 15 |
MODEL_ID = "microsoft/TRELLIS-image-large"
|
| 16 |
DEFAULT_OUTPUT_DIR = "./output"
|