Patrick Rathje commited on
Commit
24099b8
·
1 Parent(s): fb294ec

enable mcp server

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -125,4 +125,4 @@ with gr.Blocks() as demo:
125
 
126
 
127
  if __name__ == "__main__":
128
- demo.launch()
 
125
 
126
 
127
  if __name__ == "__main__":
128
+ demo.launch(mcp_server=True)