svjack commited on
Commit
386f57c
·
verified ·
1 Parent(s): a105bd1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -170,4 +170,4 @@ with gr.Blocks() as demo:
170
  run_button.click(fn=find_scenes, inputs=[video_input, threshold], outputs=[json_output, file_output, gallery_output])
171
  clear_button.click(fn=clear_app, inputs = None, outputs=[video_input, threshold, json_output, file_output, gallery_output])
172
 
173
- demo.queue().launch(debug=True)
 
170
  run_button.click(fn=find_scenes, inputs=[video_input, threshold], outputs=[json_output, file_output, gallery_output])
171
  clear_button.click(fn=clear_app, inputs = None, outputs=[video_input, threshold, json_output, file_output, gallery_output])
172
 
173
+ demo.queue().launch(debug=True, share = True)