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