sayakpaul HF Staff commited on
Commit
52a0eac
·
verified ·
1 Parent(s): 555f59f

Update prompt_expander.py

Browse files
Files changed (1) hide show
  1. prompt_expander.py +4 -0
prompt_expander.py CHANGED
@@ -40,6 +40,10 @@ class GeminiPromptExpander(ModularPipelineBlocks):
40
  description="Prompt to use",
41
  )
42
  ]
 
 
 
 
43
 
44
  @property
45
  def intermediate_outputs(self) -> List[OutputParam]:
 
40
  description="Prompt to use",
41
  )
42
  ]
43
+
44
+ @property
45
+ def intermediate_inputs(self) -> List[InputParam]:
46
+ return []
47
 
48
  @property
49
  def intermediate_outputs(self) -> List[OutputParam]: