image: python:3.9 pip: - requirements.txt run: | chmod +x start.sh ./start.sh sdk: gradio app_file: app.py requirements: - requirements.txt