Update app.py
Browse files
app.py
CHANGED
@@ -151,4 +151,4 @@ with gr.Blocks(title="Pixabay Random Media Explorer") as demo:
|
|
151 |
|
152 |
# --- Launch the Gradio app ---
|
153 |
if __name__ == "__main__":
|
154 |
-
demo.launch()
|
|
|
151 |
|
152 |
# --- Launch the Gradio app ---
|
153 |
if __name__ == "__main__":
|
154 |
+
demo.launch(mcp_server=True)
|