Relative Content

Tag Archive for pythonfastapigradio

Mounting multiple Gradio apps with FastAPI

Is it possible to mount multiple Gradio apps with FastAPI? I’d like to have two endpoints: localhost:8000 and localhost:8000/debug. The /debug endpoint would ultimately be a bit more complex and log more data. I thought I’d be able to do something like this: