Spaces:
Sleeping
Sleeping
Update application.py
Browse files- application.py +1 -1
application.py
CHANGED
@@ -262,4 +262,4 @@ between the input text and the source.
|
|
262 |
)
|
263 |
|
264 |
if __name__ == "__main__":
|
265 |
-
demo.launch(ssr_mode=False, share=True)
|
|
|
262 |
)
|
263 |
|
264 |
if __name__ == "__main__":
|
265 |
+
demo.launch(ssr_mode=False, share=True, auth=("admin", "nict"))
|