Update app.py
Browse files
app.py
CHANGED
@@ -66,4 +66,4 @@ with gr.Blocks() as demo:
|
|
66 |
clear.click(lambda: None, None, chatbot, queue=False)
|
67 |
|
68 |
if __name__ == "__main__":
|
69 |
-
demo.launch(auth=("
|
|
|
66 |
clear.click(lambda: None, None, chatbot, queue=False)
|
67 |
|
68 |
if __name__ == "__main__":
|
69 |
+
demo.launch(auth=("test", passwd))
|