Guytron commited on
Commit
26b8f56
·
verified ·
1 Parent(s): cbfe9a4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -349,4 +349,4 @@ with gr.Blocks(title="Video Keyword Finder", theme=gr.themes.Soft()) as demo:
349
  )
350
 
351
  if __name__ == "__main__":
352
- demo.launch()
 
349
  )
350
 
351
  if __name__ == "__main__":
352
+ demo.launch(share=True, debug=True)