Spaces:
Running
Running
Update app.py
Browse files
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)
|