linoyts HF staff commited on
Commit
be18665
1 Parent(s): 1d4a57d

Update clip_slider_pipeline.py

Browse files
Files changed (1) hide show
  1. clip_slider_pipeline.py +1 -0
clip_slider_pipeline.py CHANGED
@@ -14,6 +14,7 @@ class CLIPSlider:
14
  opposite: str = "",
15
  target_word_2nd: str = "",
16
  opposite_2nd: str = "",
 
17
 
18
  ):
19
 
 
14
  opposite: str = "",
15
  target_word_2nd: str = "",
16
  opposite_2nd: str = "",
17
+ iterations: int = 300,
18
 
19
  ):
20