andreped commited on
Commit
aa151b7
·
1 Parent(s): 44bc519

Disable sharing by default in demo

Browse files
Files changed (1) hide show
  1. demo/app.py +1 -1
demo/app.py CHANGED
@@ -13,7 +13,7 @@ def main():
13
  parser.add_argument(
14
  "--share",
15
  type=int,
16
- default=1,
17
  help="Whether to enable the app to be accessible online"
18
  "-> setups a public link which requires internet access.",
19
  )
 
13
  parser.add_argument(
14
  "--share",
15
  type=int,
16
+ default=0,
17
  help="Whether to enable the app to be accessible online"
18
  "-> setups a public link which requires internet access.",
19
  )