Spaces:
Runtime error
Runtime error
fix a bug
Browse files
app.py
CHANGED
|
@@ -216,7 +216,7 @@ with gr.Blocks() as demo:
|
|
| 216 |
queue=False
|
| 217 |
).then(
|
| 218 |
fn=clear_task,
|
| 219 |
-
outputs=[cache_task_uuid, block_prompt, block_prompt_hint, fake3d],
|
| 220 |
show_progress="hidden",
|
| 221 |
queue=False
|
| 222 |
)
|
|
|
|
| 216 |
queue=False
|
| 217 |
).then(
|
| 218 |
fn=clear_task,
|
| 219 |
+
outputs=[cache_image_base64, cache_task_uuid, block_prompt, block_prompt_hint, fake3d],
|
| 220 |
show_progress="hidden",
|
| 221 |
queue=False
|
| 222 |
)
|