Spaces:
Running
on
Zero
Running
on
Zero
xinjie.wang
commited on
Commit
·
26435fc
1
Parent(s):
d4b52df
update
Browse files
common.py
CHANGED
|
@@ -14,6 +14,7 @@
|
|
| 14 |
# implied. See the License for the specific language governing
|
| 15 |
# permissions and limitations under the License.
|
| 16 |
|
|
|
|
| 17 |
from embodied_gen.utils.monkey_patches import monkey_path_trellis
|
| 18 |
|
| 19 |
monkey_path_trellis()
|
|
@@ -29,7 +30,6 @@ from glob import glob
|
|
| 29 |
import cv2
|
| 30 |
import gradio as gr
|
| 31 |
import numpy as np
|
| 32 |
-
import spaces
|
| 33 |
import torch
|
| 34 |
import trimesh
|
| 35 |
from PIL import Image
|
|
|
|
| 14 |
# implied. See the License for the specific language governing
|
| 15 |
# permissions and limitations under the License.
|
| 16 |
|
| 17 |
+
import spaces
|
| 18 |
from embodied_gen.utils.monkey_patches import monkey_path_trellis
|
| 19 |
|
| 20 |
monkey_path_trellis()
|
|
|
|
| 30 |
import cv2
|
| 31 |
import gradio as gr
|
| 32 |
import numpy as np
|
|
|
|
| 33 |
import torch
|
| 34 |
import trimesh
|
| 35 |
from PIL import Image
|