IotaCluster commited on
Commit
815dd17
·
verified ·
1 Parent(s): ac5cb04

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -69,4 +69,4 @@ with gr.Blocks(title="Text Embedding Playground") as demo:
69
  gr.Button("Embed").click(embed_colbert, txt3, out3)
70
 
71
  if __name__ == "__main__":
72
- demo.launch()
 
69
  gr.Button("Embed").click(embed_colbert, txt3, out3)
70
 
71
  if __name__ == "__main__":
72
+ demo.launch(mcp_server=True)