Spaces:
Sleeping
Sleeping
Change bioVec to less word version (#13)
Browse files- Change bioVec to less word version (52fad4b20925560f81ab340232d4cd9a5d26c055)
Co-authored-by: H Wilks <[email protected]>
app.py
CHANGED
@@ -71,7 +71,7 @@ PIPELINES = [
|
|
71 |
{
|
72 |
'id': 8,
|
73 |
'name': 'Embedded using Bio2Vec',
|
74 |
-
'filename': "
|
75 |
},
|
76 |
|
77 |
]
|
|
|
71 |
{
|
72 |
'id': 8,
|
73 |
'name': 'Embedded using Bio2Vec',
|
74 |
+
'filename': "pipeline_ex3_s4_less_words.joblib"
|
75 |
},
|
76 |
|
77 |
]
|