eienmojiki commited on
Commit
6788b1b
1 Parent(s): 7576e45

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -117,7 +117,7 @@ with gr.Blocks(
117
  )
118
 
119
  input.change(
120
- fn=lambda x: x,
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,