nnpy commited on
Commit
b44a80e
·
verified ·
1 Parent(s): a018f2d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -92,5 +92,5 @@ def get_response(message, history):
92
  demo = gr.ChatInterface(get_response, title='DocGPT', description="Chat with getting_real_basecamp document")
93
 
94
  if __name__ == "__main__":
95
- demo.launch(auth=("test", "test"), show_api=False)
96
 
 
92
  demo = gr.ChatInterface(get_response, title='DocGPT', description="Chat with getting_real_basecamp document")
93
 
94
  if __name__ == "__main__":
95
+ demo.launch(auth=("test", "realtest"), show_api=False)
96