Spaces:
Running
Running
Commit
·
1439b62
1
Parent(s):
e284bce
modified: application.py
Browse files- application.py +2 -1
application.py
CHANGED
@@ -261,4 +261,5 @@ between the input text and the source.
|
|
261 |
],
|
262 |
)
|
263 |
|
264 |
-
|
|
|
|
261 |
],
|
262 |
)
|
263 |
|
264 |
+
if __name__ == "__main__":
|
265 |
+
demo.launch(auth=("admin", "nict"))
|