Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -55,4 +55,4 @@ with gr.Blocks(theme=gr.themes.Soft()) as demo:
|
|
55 |
msg.submit(respond, [msg, chatbot], [msg, chatbot])
|
56 |
|
57 |
|
58 |
-
demo.launch()
|
|
|
55 |
msg.submit(respond, [msg, chatbot], [msg, chatbot])
|
56 |
|
57 |
|
58 |
+
demo.launch(auth=(os.environ.get("USER","demo"), os.environ.get("PASSWORD","demo")))
|