K00B404 commited on
Commit
4e9eb62
·
verified ·
1 Parent(s): f43a498

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -109,8 +109,8 @@ with gr.Blocks(css=css) as demo:
109
  outputs=gr.Video(label="Output Video",interactive=False),
110
  title="Image Chain Morphing App",
111
 
112
- files.upload(fn=swap_to_gallery, inputs=files, outputs=[uploaded_files, clear_button, files])
113
- remove_and_reupload.click(fn=remove_back_to_files, outputs=[uploaded_files, clear_button, files])
114
  demo.launch()
115
 
116
  '''
 
109
  outputs=gr.Video(label="Output Video",interactive=False),
110
  title="Image Chain Morphing App",
111
 
112
+ files.upload(fn=swap_to_gallery, inputs=files, outputs=[files, clear_button, files])
113
+ remove_and_reupload.click(fn=remove_back_to_files, outputs=[files, clear_button, files])
114
  demo.launch()
115
 
116
  '''