firsk commited on
Commit
10347a5
·
1 Parent(s): 00132ca

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -140,7 +140,7 @@ if __name__ == "__main__":
140
  help="path of your config file",
141
  )
142
  parser.add_argument(
143
- "--share", default=False, help="make link public", action="store_true"
144
  )
145
  parser.add_argument(
146
  "-d", "--debug", action="store_true", help="enable DEBUG-LEVEL log"
 
140
  help="path of your config file",
141
  )
142
  parser.add_argument(
143
+ "--share", default=True, help="make link public", action="store_true"
144
  )
145
  parser.add_argument(
146
  "-d", "--debug", action="store_true", help="enable DEBUG-LEVEL log"