Spaces:
Sleeping
Sleeping
final change to biovec pipeline
Browse files
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.joblib"
|
75 |
},
|
76 |
|
77 |
]
|