Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -23,4 +23,4 @@ with gr.Blocks() as app:
|
|
23 |
text_input.submit(embed, inputs=text_input, outputs=output)
|
24 |
|
25 |
if __name__ == '__main__':
|
26 |
-
app.queue().launch(server_name="0.0.0.0", show_error=True, server_port=7860)
|
|
|
23 |
text_input.submit(embed, inputs=text_input, outputs=output)
|
24 |
|
25 |
if __name__ == '__main__':
|
26 |
+
app.queue().launch(server_name="0.0.0.0", show_error=True, server_port=7860, mcp_server=True)
|