Skip to content

Using FastAPI to mount gradio apps

fima requested to merge fastapi_gradio_mount into main

This simplifies the main call for GUIs, and uses FastAPI to mount Gradio in a specific path.

The path is needed for the usage of the GUIs by the QIM platform

Merge request reports