Note pending PR for app_kwargs

This commit is contained in:
Aarni Koskela 2023-05-19 17:22:32 +03:00
parent 8a178e6717
commit 674e80c625
1 changed files with 1 additions and 0 deletions

View File

@ -326,6 +326,7 @@ def webui():
# this restores the missing /docs endpoint
if launch_api and not hasattr(FastAPI, 'original_setup'):
# TODO: replace this with `launch(app_kwargs=...)` if https://github.com/gradio-app/gradio/pull/4282 gets merged
def fastapi_setup(self):
self.docs_url = "/docs"
self.redoc_url = "/redoc"