John Best
First Draft
37a267f
raw
history blame contribute delete
186 Bytes
import os
# Execute train.py
os.system("python train.py")
# Execute finetune.py
os.system("python finetune.py")
# Run the Streamlit app using app.py
os.system("streamlit run app.py")