Spaces:
Running
on
Zero
Running
on
Zero
version modification
#3
by
yukistavailable
- opened
I encountered some errors when I executed python main.py
One is this one: cannot import name 'cached_download' from 'huggingface_hub'
Another one is PydanticSchemaGenerationError
To fix them, I needed to specify the versions of huggingface-hub
and gradio
pip install -U huggingface-hub==0.25.0
pip install -U gradio==4.43.0