rbughao commited on
Commit
1a1283e
·
verified ·
1 Parent(s): 911a4bd

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -180,4 +180,4 @@ Conversing = gr.ChatInterface(runchecks, chatbot=gr.Chatbot(height=600,label = "
180
 
181
 
182
  if __name__ == "__main__":
183
- Conversing.launch()
 
180
 
181
 
182
  if __name__ == "__main__":
183
+ Conversing.launch(mcp_server=True)