makanaiii commited on
Commit
7cb0e3d
·
1 Parent(s): c513878

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -7,7 +7,7 @@ import torchvision
7
  from torch import nn
8
  from torchvision import transforms
9
  import helper_functions
10
- import set_seeds
11
  device = "cuda" if torch.cuda.is_available() else "cpu"
12
  device
13
 
 
7
  from torch import nn
8
  from torchvision import transforms
9
  import helper_functions
10
+ import set_seeds()
11
  device = "cuda" if torch.cuda.is_available() else "cpu"
12
  device
13