simplytaps commited on
Commit
6958a2d
·
verified ·
1 Parent(s): 6875741

Upload app.py with huggingface_hub

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -764,7 +764,7 @@ if __name__ == "__main__":
764
  app.launch(
765
  server_name=args.host,
766
  server_port=args.port,
767
- share=args.share,
768
  debug=args.debug
769
  )
770
 
 
764
  app.launch(
765
  server_name=args.host,
766
  server_port=args.port,
767
+ share=True, # Required for Hugging Face Spaces
768
  debug=args.debug
769
  )
770