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