mo01018 hw01558 commited on
Commit
68b87a5
·
verified ·
1 Parent(s): 93e8179

final change to biovec pipeline (#14)

Browse files

- final change to biovec pipeline (d09ee80e0a474865a4142d2e22493ba64dc41856)


Co-authored-by: H Wilks <[email protected]>

Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -71,7 +71,7 @@ PIPELINES = [
71
  {
72
  'id': 8,
73
  'name': 'Embedded using Bio2Vec',
74
- 'filename': "pipeline_ex3_s4_less_words.joblib"
75
  },
76
 
77
  ]
 
71
  {
72
  'id': 8,
73
  'name': 'Embedded using Bio2Vec',
74
+ 'filename': "pipeline_ex3_s4.joblib"
75
  },
76
 
77
  ]