broadfield-dev commited on
Commit
6866628
·
verified ·
1 Parent(s): ce729dc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -249,4 +249,4 @@ Generate program files for a project as a single plain text string, strictly adh
249
 
250
  if __name__ == "__main__":
251
  demo = main_ui()
252
- demo.launch(mcp_server=True)
 
249
 
250
  if __name__ == "__main__":
251
  demo = main_ui()
252
+ demo.launch(mcp_server=True,show_error=True)