conda create -n py39 python=3.9
conda activate py39
运行所需依赖库 pip install tensorflow==2.11.0 scipy scikit-learn==1.0.2 numpy imutils opencv-python gradio
pip install tensorflow==2.11.0 scipy scikit-learn==1.0.2 numpy imutils opencv-python gradio
python main.py