avelezarce commited on
Commit
c2fdb31
1 Parent(s): 9944c52

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -46,7 +46,7 @@ To load the pre-trained model, type
46
  from tdc import tdc_hf_interface
47
  tdc_hf = tdc_hf_interface("BBB_Martins-CNN")
48
  # load deeppurpose model from this repo
49
- dp_model = tdc_hf_herg.load_deeppurpose('./data')
50
  tdc_hf.predict_deeppurpose(dp_model, ['YOUR SMILES STRING'])
51
  ```
52
 
 
46
  from tdc import tdc_hf_interface
47
  tdc_hf = tdc_hf_interface("BBB_Martins-CNN")
48
  # load deeppurpose model from this repo
49
+ dp_model = tdc_hf.load_deeppurpose('./data')
50
  tdc_hf.predict_deeppurpose(dp_model, ['YOUR SMILES STRING'])
51
  ```
52