manu commited on
Commit
f6b3d9d
·
verified ·
1 Parent(s): 5f2d654

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -183,4 +183,4 @@ with gr.Blocks(theme=gr.themes.Soft()) as demo:
183
  search_button.click(search, inputs=[query, embeds, imgs, k, api_key], outputs=[output_gallery, output_text])
184
 
185
  if __name__ == "__main__":
186
- demo.queue(max_size=5).launch(debug=True)
 
183
  search_button.click(search, inputs=[query, embeds, imgs, k, api_key], outputs=[output_gallery, output_text])
184
 
185
  if __name__ == "__main__":
186
+ demo.queue(max_size=5).launch(debug=True, mcp_server=True)