Spaces:
Running
on
L40S
Running
on
L40S
update
Browse files- refine/render.py +1 -0
refine/render.py
CHANGED
@@ -1,4 +1,5 @@
|
|
1 |
# modified from https://github.com/Profactor/continuous-remeshing
|
|
|
2 |
import nvdiffrast.torch as dr
|
3 |
import torch
|
4 |
from typing import Tuple
|
|
|
1 |
# modified from https://github.com/Profactor/continuous-remeshing
|
2 |
+
import spaces
|
3 |
import nvdiffrast.torch as dr
|
4 |
import torch
|
5 |
from typing import Tuple
|