Spaces:
Sleeping
Sleeping
Update utils/gradio_utils.py
Browse files- utils/gradio_utils.py +1 -1
utils/gradio_utils.py
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
from ldm.util import create_carvekit_interface, load_and_preprocess
|
2 |
-
import
|
3 |
|
4 |
@spaces.GPU
|
5 |
def load_preprocess_model():
|
|
|
1 |
from ldm.util import create_carvekit_interface, load_and_preprocess
|
2 |
+
import spaces
|
3 |
|
4 |
@spaces.GPU
|
5 |
def load_preprocess_model():
|