AkinyemiAra commited on
Commit
da46074
·
verified ·
1 Parent(s): a9f0b60

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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)