ABDALLALSWAITI commited on
Commit
f086a3c
·
verified ·
1 Parent(s): b1361b4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -624,5 +624,6 @@ if __name__ == "__main__":
624
  demo.launch(
625
  server_name="0.0.0.0",
626
  server_port=7860,
 
627
  share=True # Set to True to get a public link
628
  )
 
624
  demo.launch(
625
  server_name="0.0.0.0",
626
  server_port=7860,
627
+ mcp_server=True,
628
  share=True # Set to True to get a public link
629
  )