Update app.py
Browse files
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", "
|
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 |
|