Spaces:
Runtime error
Runtime error
debugging
Browse files
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,
|