Note pending PR for app_kwargs
This commit is contained in:
parent
8a178e6717
commit
674e80c625
1
webui.py
1
webui.py
@ -326,6 +326,7 @@ def webui():
|
|||||||
|
|
||||||
# this restores the missing /docs endpoint
|
# this restores the missing /docs endpoint
|
||||||
if launch_api and not hasattr(FastAPI, 'original_setup'):
|
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):
|
def fastapi_setup(self):
|
||||||
self.docs_url = "/docs"
|
self.docs_url = "/docs"
|
||||||
self.redoc_url = "/redoc"
|
self.redoc_url = "/redoc"
|
||||||
|
Loading…
Reference in New Issue
Block a user