osanseviero HF staff commited on
Commit
7517725
1 Parent(s): 58f0314

Update pipeline.py

Browse files
Files changed (1) hide show
  1. 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:`str`. A base64 string representing the image.
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(