Spaces:
Runtime error
Runtime error
eienmojiki
commited on
Commit
•
6788b1b
1
Parent(s):
7576e45
Update app.py
Browse files
app.py
CHANGED
@@ -117,7 +117,7 @@ with gr.Blocks(
|
|
117 |
)
|
118 |
|
119 |
input.change(
|
120 |
-
fn=lambda
|
121 |
inputs=input,
|
122 |
outputs=save,
|
123 |
queue=False,
|
|
|
117 |
)
|
118 |
|
119 |
input.change(
|
120 |
+
fn=lambda video: video,
|
121 |
inputs=input,
|
122 |
outputs=save,
|
123 |
queue=False,
|