hcl67
Results
3
comments of
hcl67
mine was resolved by installing the specific version of gardio: pip install gradio==3.50
this fixed my "ModuleNotFoundError" issue > The subprocess spawned by `app.py` use the system python and not the venv python. > > in `app.py`, add `import sys` at the begining...
mine was resolved by installing the specific version of gardio: pip install gradio==3.50