sayakpaul HF Staff commited on
Commit
b34d83d
·
1 Parent(s): de87909
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -30,6 +30,8 @@ def infer_cartoonization(
30
  text_cfg: float,
31
  seed: int,
32
  ):
 
 
33
  pipeline = load_pipeline(cartoonization_id)
34
  images = pipeline(
35
  prompt,
 
30
  text_cfg: float,
31
  seed: int,
32
  ):
33
+
34
+ print(prompt, negative_prompt, steps, seed)
35
  pipeline = load_pipeline(cartoonization_id)
36
  images = pipeline(
37
  prompt,