christine-withers commited on
Commit
513c5cb
·
verified ·
1 Parent(s): 3faefaf

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -56,7 +56,8 @@ MODEL_REGISTRY = {
56
  "Variants_New":"Mardiyyah/variant_tapt_freeze_llrd_LR_5e",
57
  "Variants-Reinit-LLRD": "OTAR3088/Variant_reinit-llrd_PuBMedBert_V1",
58
  "PDBe-Variants-V2.1": "PDBEurope/BiomedNLP-PubMedBERT-ProteinStructure-NER-v2.1",
59
- "AdverseEvent-PHEE-V1": "OTAR3088/hf-phee-V1"
 
60
  }
61
 
62
 
 
56
  "Variants_New":"Mardiyyah/variant_tapt_freeze_llrd_LR_5e",
57
  "Variants-Reinit-LLRD": "OTAR3088/Variant_reinit-llrd_PuBMedBert_V1",
58
  "PDBe-Variants-V2.1": "PDBEurope/BiomedNLP-PubMedBERT-ProteinStructure-NER-v2.1",
59
+ "AdverseEvent-PHEE-V1": "OTAR3088/hf-phee-V1",
60
+ "BioCODGE-GO": "OTAR3088/BioCODGE-GO"
61
  }
62
 
63