ReadReview / run.sh
root
first commit
7a919c0
raw
history blame
152 Bytes
# 云端运行
conda activate ReviewAgent
cd MedicalReviewAgent
python3 app.py
# 本地映射端口
ssh -CNg -L 7860:127.0.0.1:7860 root@43.133.72.216