not-lain commited on
Commit
8072457
1 Parent(s): 86fb7fb

do not merge

Browse files

I'm trying to figure out the behavior of huggingface spaces when a new contribution is made when the space is sleeping, close this whenever you want

Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -19,7 +19,7 @@ os.system("mv DIS/IS-Net/* .")
19
  from data_loader_cache import normalize, im_reader, im_preprocess
20
  from models import *
21
 
22
- #Helpers
23
  device = 'cuda' if torch.cuda.is_available() else 'cpu'
24
 
25
  # Download official weights
 
19
  from data_loader_cache import normalize, im_reader, im_preprocess
20
  from models import *
21
 
22
+ # Helpers
23
  device = 'cuda' if torch.cuda.is_available() else 'cpu'
24
 
25
  # Download official weights