lehduong commited on
Commit
46341b1
1 Parent(s): 15c6129

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -715,4 +715,4 @@ if __name__ == "__main__":
715
  # Initialize models with the specified captioner
716
  pipeline, captioner = initialize_models(args.captioner)
717
 
718
- demo.launch(share=True)
 
715
  # Initialize models with the specified captioner
716
  pipeline, captioner = initialize_models(args.captioner)
717
 
718
+ demo.launch(debug=True, ssr_mode=False)