Custom Domain for HF Spaces

Is it possible to use a custom domain instead of the one provided by HF Spaces?

Thanks!

We’re thinking of maybe building this. To make sure we build it the right way, why do you want a custom domain?

Well, because HF Spaces are way faster in terms of computation compared to other providers (at least the cheap options). There is no comparison.
In my case, I have a MVP which makes some similarity computations based on the user input, though I don’t use any HF model. So, it will be cool show my MVP on a custom domain.

In addition, it’s extremely fast in terms of deployment process which allows me to make many experimentations. Another provider (whose name I am not going to provide here) takes about 15 minutes to deploy from the github push.

Hope I replied to your question. :wink:

yes please add custom domain option.

yes
please custom domains
i would love to run my project through ur spaces.
still learning, also it seems for now the simplest way to deploy code, test it life with my team and at the same time sharing it with the public

any progress on custom domains

Hi,

Any updates regarding custom domain ??

No updates on this as far as I’m aware. Cc @julien-c @victor

nope, that’s not working, getting permission error

Now Hugging Face Spaces allow custom domain in PRO and Team or Enterprise subscriptions.

But there is a free workaround: you can embed a full-page <iframe> (or even <frameset>) with your HF Space in a static index.html at your own domain.

@jglowa Thanks. Had been looking around for this