Emaad commited on
Commit
c697272
·
1 Parent(s): 2fcf7cf

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -70,7 +70,7 @@ class model:
70
  sequence_input=sequence_input,
71
  nucleus_image=nucleus_image,
72
  protein_image=protein_image,
73
- model_ckpt_path=self.model,
74
  device=device,
75
  )
76
 
 
70
  sequence_input=sequence_input,
71
  nucleus_image=nucleus_image,
72
  protein_image=protein_image,
73
+ model=self.model,
74
  device=device,
75
  )
76