Svngoku commited on
Commit
2bb34b9
·
verified ·
1 Parent(s): 59ab50d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -320,4 +320,5 @@ with gr.Blocks(
320
  if __name__ == "__main__":
321
  interface.launch(
322
  share=True,
 
323
  )
 
320
  if __name__ == "__main__":
321
  interface.launch(
322
  share=True,
323
+ mcp_server=True
324
  )