Update app.py
Browse files
app.py
CHANGED
@@ -49,4 +49,4 @@ with gr.Blocks() as demo:
|
|
49 |
msg.submit(respond, [msg, chatbot], [msg, chatbot])
|
50 |
|
51 |
demo.queue(concurrency_count=3)
|
52 |
-
demo.launch()
|
|
|
49 |
msg.submit(respond, [msg, chatbot], [msg, chatbot])
|
50 |
|
51 |
demo.queue(concurrency_count=3)
|
52 |
+
demo.launch(auth=("woojoo", "woojoo!"))
|