Spaces:
Build error
Build error
Update app.py
Browse files
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 |
|