utsavPT's picture
Add app.py
0bcdebc verified
raw
history blame contribute delete
296 Bytes
import gradio as gr
gr.load_openapi(
openapi_spec="https://raw.githubusercontent.com/utsav-pilot/openapi-spec-swagger/refs/heads/main/banking.json",
base_url="https://api-dev.mtf.co.nz/v1/banking",
paths=None,
methods=['GET', 'POST', 'PUT', 'DELETE'],
).launch(mcp_server=True)