Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -4,6 +4,7 @@ from torch import nn
|
|
4 |
from torch.nn import functional as F
|
5 |
import torchvision
|
6 |
from torchvision import transforms
|
|
|
7 |
|
8 |
REPO_ID = "Kr1n3/Fashion-Items-Classification"
|
9 |
FILENAME = "best.pt"
|
|
|
4 |
from torch.nn import functional as F
|
5 |
import torchvision
|
6 |
from torchvision import transforms
|
7 |
+
from huggingface_hub import hf_hub_download
|
8 |
|
9 |
REPO_ID = "Kr1n3/Fashion-Items-Classification"
|
10 |
FILENAME = "best.pt"
|