Error running Colab

#34
by abrichr - opened

Hello,

Thank you for the wonderful contribution!

I received the following error while attempting to run the Colab notebook:

ValueError                                Traceback (most recent call last)
/usr/local/lib/python3.9/dist-packages/modelscope/pipelines/util.py in is_official_hub_impl(path)
     36                 return True
     37             except Exception as e:
---> 38                 raise ValueError(f'invalid model repo path {e}')
     39 
     40     if isinstance(path, str):

ValueError: invalid model repo path HTTPConnectionPool(host='www.modelscope.cn', port=80): Read timed out.

The website at www.modelscope.cn appears to load just fine. Any suggestions?

I also get this issue

Sign up or log in to comment