osanseviero
commited on
Commit
•
55fd70d
1
Parent(s):
8b86a1f
Update pipeline.py
Browse files- pipeline.py +1 -1
pipeline.py
CHANGED
@@ -21,7 +21,7 @@ class PreTrainedPipeline():
|
|
21 |
inputs (:obj:`str`):
|
22 |
a string containing some text
|
23 |
Return:
|
24 |
-
A :obj:`
|
25 |
"""
|
26 |
class_vector = one_hot_from_names([inputs], batch_size=1)
|
27 |
if type(class_vector) == type(None):
|
|
|
21 |
inputs (:obj:`str`):
|
22 |
a string containing some text
|
23 |
Return:
|
24 |
+
A :obj:`PIL.Image` with the raw image representation as PIL.
|
25 |
"""
|
26 |
class_vector = one_hot_from_names([inputs], batch_size=1)
|
27 |
if type(class_vector) == type(None):
|