jamino30 commited on
Commit
1ce4ebe
1 Parent(s): a1732e3

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. app.py +0 -3
app.py CHANGED
@@ -30,9 +30,6 @@ load_model_without_module(
30
  device=device
31
  )
32
 
33
- model = torch.jit.script(model)
34
- sod_model = torch.jit.script(sod_model)
35
-
36
  style_files = os.listdir('./style_images')
37
  style_options = {
38
  'Starry Night': './style_images/Starry_Night.jpg',
 
30
  device=device
31
  )
32
 
 
 
 
33
  style_files = os.listdir('./style_images')
34
  style_options = {
35
  'Starry Night': './style_images/Starry_Night.jpg',