Spaces:
Running
on
Zero
Running
on
Zero
Linoy Tsaban
commited on
Commit
·
db10df2
1
Parent(s):
0b1c448
Update app.py
Browse files
app.py
CHANGED
|
@@ -304,6 +304,23 @@ with gr.Blocks(css="style.css") as demo:
|
|
| 304 |
outputs = [do_inversion],
|
| 305 |
queue = False)
|
| 306 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 307 |
input_video.upload(
|
| 308 |
fn = reset_do_inversion,
|
| 309 |
outputs = [do_inversion],
|
|
|
|
| 304 |
outputs = [do_inversion],
|
| 305 |
queue = False)
|
| 306 |
|
| 307 |
+
inversion_prompt.change(
|
| 308 |
+
fn = reset_do_inversion,
|
| 309 |
+
outputs = [do_inversion],
|
| 310 |
+
queue = False)
|
| 311 |
+
|
| 312 |
+
randomize_seed.change(
|
| 313 |
+
fn = reset_do_inversion,
|
| 314 |
+
outputs = [do_inversion],
|
| 315 |
+
queue = False)
|
| 316 |
+
|
| 317 |
+
seed.change(
|
| 318 |
+
fn = reset_do_inversion,
|
| 319 |
+
outputs = [do_inversion],
|
| 320 |
+
queue = False)
|
| 321 |
+
|
| 322 |
+
|
| 323 |
+
|
| 324 |
input_video.upload(
|
| 325 |
fn = reset_do_inversion,
|
| 326 |
outputs = [do_inversion],
|