Spaces:
Runtime error
Runtime error
Update clip_slider_pipeline.py
Browse files- 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 |
|