The web app should pull all of its dependencies from the locally hosted server, remove CDN links such as:
- cdnjs.cloudflare.com
- gradio.s3-us-west-2.amazonaws.com
- colab.research.google.com
(this is just what I noticed from the web GUI side, don't know what else the server side relies on)
I understand if you want to keep these CDNs for links public hosted versions only, but this is not a friendly design for people running in unstable internet or low trust environments (e.g. a country which blocks other contry's servers).
The web app should pull all of its dependencies from the locally hosted server, remove CDN links such as:
(this is just what I noticed from the web GUI side, don't know what else the server side relies on)
I understand if you want to keep these CDNs for links public hosted versions only, but this is not a friendly design for people running in unstable internet or low trust environments (e.g. a country which blocks other contry's servers).