authetication
Browse files- main_noweb.py +1 -1
main_noweb.py
CHANGED
@@ -272,7 +272,7 @@ if __name__ == "__main__":
|
|
272 |
block.launch(
|
273 |
server_name="0.0.0.0",
|
274 |
server_port=7860,
|
275 |
-
auth=("
|
276 |
)
|
277 |
|
278 |
|
|
|
272 |
block.launch(
|
273 |
server_name="0.0.0.0",
|
274 |
server_port=7860,
|
275 |
+
auth=("novouser", "bstad2023")
|
276 |
)
|
277 |
|
278 |
|