# fahuihuazhang_GPU **Repository Path**: walilili/fahuihuazhang_GPU ## Basic Information - **Project Name**: fahuihuazhang_GPU - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-09-10 - **Last Updated**: 2024-09-10 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 创建环境 conda create -n art python=3.10 conda activate art # 安装依赖 pip install -r requirements.txt # 启动项目 streamlit run app.py # 文件结构 主要修改的是 app.py页面