Spaces:
Runtime error
Runtime error
File size: 222 Bytes
c8d8459 |
1 2 3 4 5 6 7 8 9 |
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()
|