Spaces:
Runtime error
Runtime error
Linoy Tsaban
commited on
Commit
·
d60bbd1
1
Parent(s):
27a3bcc
Update app.py
Browse filesfixed reset_latents
app.py
CHANGED
|
@@ -98,6 +98,7 @@ with gr.Blocks(css='style.css') as demo:
|
|
| 98 |
def reset_latents():
|
| 99 |
wts = gr.State(value=False)
|
| 100 |
zs = gr.State(value=False)
|
|
|
|
| 101 |
|
| 102 |
|
| 103 |
def edit(input_image,
|
|
|
|
| 98 |
def reset_latents():
|
| 99 |
wts = gr.State(value=False)
|
| 100 |
zs = gr.State(value=False)
|
| 101 |
+
return wts, zs
|
| 102 |
|
| 103 |
|
| 104 |
def edit(input_image,
|