Update pipeline.py
Browse files- pipeline.py +1 -1
pipeline.py
CHANGED
@@ -17,4 +17,4 @@ class PreTrainedPipeline():
|
|
17 |
A :obj:`list` of floats: The features computed by the model.
|
18 |
"""
|
19 |
# IMPLEMENT_THIS
|
20 |
-
return "hello"
|
|
|
17 |
A :obj:`list` of floats: The features computed by the model.
|
18 |
"""
|
19 |
# IMPLEMENT_THIS
|
20 |
+
return ["hello"]
|