Spaces:
Runtime error
Runtime error
Linoy Tsaban
commited on
Commit
·
8765d26
1
Parent(s):
0d84727
Update app.py
Browse files
app.py
CHANGED
|
@@ -191,7 +191,9 @@ with gr.Blocks() as demo:
|
|
| 191 |
cfg_scale_tar,
|
| 192 |
skip,
|
| 193 |
seed,
|
| 194 |
-
|
|
|
|
|
|
|
| 195 |
|
| 196 |
],
|
| 197 |
outputs=[output_image],
|
|
|
|
| 191 |
cfg_scale_tar,
|
| 192 |
skip,
|
| 193 |
seed,
|
| 194 |
+
wt,
|
| 195 |
+
zs,
|
| 196 |
+
wts
|
| 197 |
|
| 198 |
],
|
| 199 |
outputs=[output_image],
|