abidlabs's picture
abidlabs HF Staff
Add app.py
c8d8459 verified
raw
history blame contribute delete
222 Bytes
import gradio as gr
gr.load_openapi(
openapi_spec="https://petstore3.swagger.io/api/v3/openapi.json",
api_base_url="https://petstore3.swagger.io/api/v3/",
methods=['GET', 'POST', 'PUT', 'DELETE'],
).launch()