javiproject / test
cmt8ay's picture
Create test
83816df verified
raw
history blame contribute delete
297 Bytes
git clone https://huggingface.co/spaces/cmt8ay/javiproject
cd javiproject
# replace the placeholder files with the generated ones
cp /path/to/app.py .
cp /path/to/requirements.txt .
git add app.py requirements.txt
git commit -m "Replace placeholder app with Gemma + Duffel flight agent"
git push