Z-Image / run_simple.sh
AndrewKapok's picture
Upload run_simple.sh with huggingface_hub
a7a4c4a verified
raw
history blame contribute delete
195 Bytes
#!/bin/bash
# 简化版启动脚本
# 激活虚拟环境(如果有)
# source venv/bin/activate
# 安装依赖
pip install -r requirements.txt
# 运行简化版应用
python simple_app.py