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
33.12k stars 2.5k forks source link

Review fonts #1224

Closed pngwn closed 1 month ago

pngwn commented 2 years ago
Tetsujinfr commented 1 year ago

I have tried to downgrade to 2.9.4 and to many other earlier versions, but they all call cloudflare.com or googletagmanager.com etc.

The only version which was not calling external resources was like 0.8 or earlier even. But it did not render the demo code properly anyway. A shame that you need an internet connection to render a web UI, but hopefully you guys can work around this, unless it is a conscious design decision to connect to external services as part of the UI.

But pls note that at this point, to run Gradio, you do not "just need python 3.7" .

pngwn commented 1 year ago

A shame that you need an internet connection to render a web UI, but hopefully you guys can work around this, unless it is a conscious design decision to connect to external services as part of the UI.

There is an open issue for this which we will address as part of the current theming work. #1450

It is a bit tricky due to how some assets are loaded in but we at least want gradio to mostly work without an internet connection.

abidlabs commented 1 month ago

Closed via #9204