Ollama inside Space

Hello, i have an issue when a call on my Ollama model is done inside my private Space and i have no clue what it means ( maybe a little bit with the rate limit but i will be surprise to have reach it).
I just need some guidance to search where the problem is if possible. If you need more context or code to be able to answer, feel free to ask me.
Here is the error message:

ValueError: Ollama call failed with status code 429. Details:

<title>Hugging Face - The AI community building the future.</title>
<style>
    body {
        margin: 0;
    }

    main {
        background-color: white;
        min-height: 100vh;
        padding: 7rem 1rem 8rem 1rem;
        text-align: center;
        font-family: Source Sans Pro, ui-sans-serif, system-ui, -apple-system,
        BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans,
        sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol,
        Noto Color Emoji;
    }

    img {
        width: 6rem;
        height: 6rem;
        margin: 0 auto 1rem;
    }

    h1 {
        font-size: 3.75rem;
        line-height: 1;
        color: rgba(31, 41, 55, 1);
        font-weight: 700;
        box-sizing: border-box;
        margin: 0 auto;
    }

    p, a {
        color: rgba(107, 114, 128, 1);
        font-size: 1.125rem;
        line-height: 1.75rem;
        max-width: 28rem;
        box-sizing: border-box;
        margin: 0 auto;
    }

    .dark main {
        background-color: rgb(11, 15, 25);
    }
    .dark h1 {
        color: rgb(209, 213, 219);
    }
    .dark p, .dark a {
        color: rgb(156, 163, 175);
    }
</style>
<script>
    // On page load or when changing themes, best to add inline in `head` to avoid FOUC
    const key = "_tb_global_settings";
    let theme = window.matchMedia("(prefers-color-scheme: dark)").matches
        ? "dark"
        : "light";
    try {
        const storageTheme = JSON.parse(window.localStorage.getItem(key)).theme;
        if (storageTheme) {
            theme = storageTheme === "dark" ? "dark" : "light";
        }
    } catch (e) {}
    if (theme === "dark") {
        document.documentElement.classList.add("dark");
    } else {
        document.documentElement.classList.remove("dark");
    }
</script>

429

We had to rate limit you. If you think it's an error, send us an email