AkinyemiAra commited on
Commit
02f4d8c
·
verified ·
1 Parent(s): 12472ea

Update app.py

Browse files

Activating the mcp server

Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -68,4 +68,4 @@ demo = gr.TabbedInterface(
68
  )
69
 
70
  if __name__ == "__main__":
71
- demo.launch(show_error=True)
 
68
  )
69
 
70
  if __name__ == "__main__":
71
+ demo.launch(show_error=True,mcp_server=True)