Omar Sanseviero
commited on
Commit
·
7517725
1
Parent(s):
58f0314
Update pipeline.py
Browse files- pipeline.py +1 -1
pipeline.py
CHANGED
|
@@ -14,7 +14,7 @@ class PreTrainedPipeline():
|
|
| 14 |
inputs (:obj:`str`):
|
| 15 |
a string containing some text
|
| 16 |
Return:
|
| 17 |
-
A :obj:`
|
| 18 |
"""
|
| 19 |
# IMPLEMENT_THIS
|
| 20 |
raise NotImplementedError(
|
|
|
|
| 14 |
inputs (:obj:`str`):
|
| 15 |
a string containing some text
|
| 16 |
Return:
|
| 17 |
+
A :obj:`PIL.Image` with the raw image representation as PIL.
|
| 18 |
"""
|
| 19 |
# IMPLEMENT_THIS
|
| 20 |
raise NotImplementedError(
|