gradio-app / gradio

Build and share delightful machine learning apps, all in Python. 🌟 Star to support our work!
http://www.gradio.app
Apache License 2.0
30.69k stars 2.28k forks source link

Allow installing `@gradio/client` via cdn #8391

Closed abidlabs closed 1 month ago

abidlabs commented 1 month ago

It'd be really nice if users install the gradio js client via a cdn in the browser rather than only through npm. Perhaps this is already possible in which we case we should add to the documentation: https://www.gradio.app/guides/getting-started-with-the-js-client

hannahblair commented 1 month ago

Already doable via jsdelivr per @pngwn's comment but let's add it to the docs as part of this issue!