How many people can use my Space at any time?

Hi all, I am wondering how many people can use a Space that I create at any given time? I am building a project and planning to make it public and share with a large group of people maybe ~100 or more.

Is there a limit to number of visitors to my public space? Also how does inference per user work if my project uses a GPU for an LLM?

Thanks!

1 Like

That is where you are supposed to set it up yourself, depending on the use of the demo.
I wonder if the standard setting is intended for a few dozen people?

Each user of Spaces is given a separate execution environment, and the actions of other users are not visible unless explicitly made visible by the Spaces author.
The practical problem is that we all have to share the actual files in the Spaces folder and the large models loaded into VRAM.
If there is only one model per space used, this would not be a problem, since the model would not be reloaded after the demo starts.