Nymbo commited on
Commit
d513ed7
·
verified ·
1 Parent(s): 1e5eb9d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -496,4 +496,4 @@ print("Gradio interface initialized.")
496
 
497
  if __name__ == "__main__":
498
  print("Launching the demo application.")
499
- demo.launch(show_api=True)
 
496
 
497
  if __name__ == "__main__":
498
  print("Launching the demo application.")
499
+ demo.launch(show_api=True, mcp_server=True)