wondervictor commited on
Commit
9b09f10
·
verified ·
1 Parent(s): 206ba2d

Update model.py

Browse files
Files changed (1) hide show
  1. model.py +1 -1
model.py CHANGED
@@ -137,7 +137,7 @@ class Model:
137
  t1 = time.time()
138
  print(caption_embs.device)
139
  index_sample = generate(
140
- self.gpt_model_canny,
141
  c_indices,
142
  (H // 16) * (W // 16),
143
  c_emb_masks,
 
137
  t1 = time.time()
138
  print(caption_embs.device)
139
  index_sample = generate(
140
+ self.gpt_model_edge,
141
  c_indices,
142
  (H // 16) * (W // 16),
143
  c_emb_masks,