Skip to content

Commit

Permalink
update model import
Browse files Browse the repository at this point in the history
  • Loading branch information
dcarpintero committed Apr 11, 2024
1 parent 160fa99 commit ea8c67f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
import torch
import torchvision.transforms as transforms

from model import *
from nn.model import *

title = "Garment Classifier"
description = "Trained on the Fashion MNIST dataset (28x28 pixels). The model expects images containing only one garment article as in the examples."
Expand Down

0 comments on commit ea8c67f

Please sign in to comment.