pmkhanh7890 commited on
Commit
1439b62
·
1 Parent(s): e284bce

modified: application.py

Browse files
Files changed (1) hide show
  1. application.py +2 -1
application.py CHANGED
@@ -261,4 +261,5 @@ between the input text and the source.
261
  ],
262
  )
263
 
264
- demo.launch(share=False)
 
 
261
  ],
262
  )
263
 
264
+ if __name__ == "__main__":
265
+ demo.launch(auth=("admin", "nict"))