Space not working

#1
by alkibijad - opened

Hey, I encountered this error when accessing the space:

File "/usr/local/lib/python3.10/site-packages/streamlit/runtime/scriptrunner/script_runner.py", line 589, in _run_script
    exec(code, module.__dict__)
File "/home/user/app/app.py", line 19, in <module>
    workspace = client.workspaces('cohere')
File "/usr/local/lib/python3.10/site-packages/argilla/client.py", line 194, in __call__
    workspace_models = self._api.list()
File "/usr/local/lib/python3.10/site-packages/argilla/_exceptions/_api.py", line 83, in _handler_wrapper
    _error_switch(status_code=e.response.status_code, error_detail=e.response.text)
File "/usr/local/lib/python3.10/site-packages/argilla/_exceptions/_api.py", line 77, in _error_switch
    raise exception_class(f"{exception_class.message}. Details: {error_detail}")

image.png

Argilla org

Hi @alkibijad , thanks for reporting the issue. Looks like the root of the problem is that the Argilla space is down https://huggingface.co/spaces/CohereForAI/review-mmlu-translations. I already reported it to CohereForAI so they can restart the server.

Argilla org

Hi @alkibijad , I've been told that the translation process was completed a while ago: https://x.com/cohereforai/status/1819413857724400037?s=46.

Sign up or log in to comment