From the course: MLOps Tools: MLflow and Hugging Face

Unlock this course with a free trial

Join today to access over 24,700 courses taught by industry experts.

Hugging Face Spaces walkthrough

Hugging Face Spaces walkthrough

- [Instructor] All right, so you're convinced you love Hugging Face Spaces because again, according to the documentation, it offers a simple way to host ML demo apps directly on your profile, but what if you want to learn a little bit more about it? Well, I would say, first thing is look at the docs right here. We can see some of the demos. This is a great place to kind of look through things, look at the dependencies, all those kinds of things. We can also look at the fact that you can do GPU upgrades. So for example, if this is a side project, you could potentially ask for the ability to do GPU, right? Which would be pretty neat. And also you could install other packages like, for example, PyTorch, JAX, et cetera. The other thing you can do, if we look at the Gradio Spaces here, is it gives you a bunch of documentation about how to actually build your own applications. And really the idea here is that you can actually load pre-existing applications and build them very quickly. So…

Contents