Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
@@ -6,8 +6,8 @@ import torchvision
|
|
6 |
|
7 |
from torch import nn
|
8 |
from torchvision import transforms
|
9 |
-
|
10 |
-
|
11 |
device = "cuda" if torch.cuda.is_available() else "cpu"
|
12 |
device
|
13 |
|
|
|
6 |
|
7 |
from torch import nn
|
8 |
from torchvision import transforms
|
9 |
+
import helper_functions
|
10 |
+
set_seeds()
|
11 |
device = "cuda" if torch.cuda.is_available() else "cpu"
|
12 |
device
|
13 |
|