Spaces:
Runtime error
Runtime error
final change to biovec pipeline (#14)
Browse files- final change to biovec pipeline (d09ee80e0a474865a4142d2e22493ba64dc41856)
Co-authored-by: H Wilks <hw01558@users.noreply.huggingface.co>
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 |
]
|