openfree commited on
Commit
0691ff2
·
verified ·
1 Parent(s): 08f603c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -198,4 +198,4 @@ with gr.Blocks(theme="apriel", css=css) as demo:
198
  )
199
 
200
  if __name__ == "__main__":
201
- demo.launch()
 
198
  )
199
 
200
  if __name__ == "__main__":
201
+ demo.launch(mcp_server=True)