Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
padzei opened this issue Mar 3, 2025 · 0 comments · May be fixed by #10720
Assignees
Labels
enhancement New feature or request

Comments

@padzei
Copy link

padzei commented Mar 3, 2025

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.

@abidlabs abidlabs added the enhancement New feature or request label Mar 3, 2025
@abidlabs abidlabs self-assigned this Mar 3, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants