KingNish commited on
Commit
7948c6c
·
verified ·
1 Parent(s): 88c8796

Update app.py

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