Spaces:
Runtime error
Runtime error
| 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") | |