Spaces:
Running
Running
Martin Tomov
commited on
Commit
β’
21336df
1
Parent(s):
30ce0d8
import spaces
Browse files- gsl_utils.py +1 -0
gsl_utils.py
CHANGED
@@ -9,6 +9,7 @@ from simple_lama_inpainting import SimpleLama
|
|
9 |
from segment_anything import build_sam, SamPredictor
|
10 |
from transformers import pipeline
|
11 |
from huggingface_hub import hf_hub_download
|
|
|
12 |
|
13 |
device = torch.device('cuda' if torch.cuda.is_available() else 'cpu')
|
14 |
|
|
|
9 |
from segment_anything import build_sam, SamPredictor
|
10 |
from transformers import pipeline
|
11 |
from huggingface_hub import hf_hub_download
|
12 |
+
import spaces
|
13 |
|
14 |
device = torch.device('cuda' if torch.cuda.is_available() else 'cpu')
|
15 |
|