Spaces:
Runtime error
Runtime error
Update utils/gradio_utils.py
Browse files- utils/gradio_utils.py +1 -1
utils/gradio_utils.py
CHANGED
|
@@ -17,7 +17,7 @@ def load_preprocess_model():
|
|
| 17 |
fp16=False)
|
| 18 |
return carvekit
|
| 19 |
|
| 20 |
-
@spaces.GPU
|
| 21 |
def preprocess_image(models, input_im):
|
| 22 |
'''
|
| 23 |
:param input_im (PIL Image).
|
|
|
|
| 17 |
fp16=False)
|
| 18 |
return carvekit
|
| 19 |
|
| 20 |
+
# @spaces.GPU
|
| 21 |
def preprocess_image(models, input_im):
|
| 22 |
'''
|
| 23 |
:param input_im (PIL Image).
|