Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
import torch
|
2 |
import torch.nn as nn
|
3 |
-
from torchvision import transforms
|
4 |
from PIL import Image
|
5 |
import requests
|
6 |
from torchvision.models import vgg19
|
|
|
1 |
import torch
|
2 |
import torch.nn as nn
|
3 |
+
from torchvision import transforms, models
|
4 |
from PIL import Image
|
5 |
import requests
|
6 |
from torchvision.models import vgg19
|