mgokg commited on
Commit
0ac6697
·
verified ·
1 Parent(s): 2430bd2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -168,4 +168,4 @@ with gr.Blocks(title="DB JSON Fahrplan", theme=gr.themes.Soft()) as demo:
168
  btn.click(fn=ui_wrapper, inputs=[dep_input, dest_input], outputs=[output, md_output])
169
 
170
  if __name__ == "__main__":
171
- demo.launch()
 
168
  btn.click(fn=ui_wrapper, inputs=[dep_input, dest_input], outputs=[output, md_output])
169
 
170
  if __name__ == "__main__":
171
+ demo.launch(mcp_server=True)