wb-droid commited on
Commit
75403bb
·
1 Parent(s): 6974ee8

initial commit

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -130,7 +130,7 @@ labels_map = {
130
  9: "Ankle Boot",
131
  }
132
 
133
- myVAE2 = torch.load("checkpoint10.pt").to("cpu")
134
  myVAE2.eval()
135
 
136
  def sample():
 
130
  9: "Ankle Boot",
131
  }
132
 
133
+ myVAE2 = torch.load("checkpoint10.pt", map_location=torch.device('cpu')).to("cpu")
134
  myVAE2.eval()
135
 
136
  def sample():