It is possible to create a PWA version of the app by using pwa=True in the launch() function. For use with FastApi, we use mount_gradio_app() instead of launch(), and it is not possible to use the "pwa" parameter. #10716
Labels
enhancement
New feature or request
It would be better to make it possible to use pwa=True with the gr.mount_gradio_app() function as well as with demo.launch().
There might be some way around this with demo.launch(), but if gr.mount_gradio_app() was introduced, then PWA functionality would probably need to be used with it.
The text was updated successfully, but these errors were encountered: