BigVenom commited on
Commit
6178d2c
·
verified ·
1 Parent(s): 76b96ce

Delete Deployment command

Browse files
Files changed (1) hide show
  1. Deployment command +0 -10
Deployment command DELETED
@@ -1,10 +0,0 @@
1
- # Clone your Hugging Face Space repo (if starting fresh)
2
- git clone https://huggingface.co/spaces/your-username/your-space
3
- cd your-space
4
-
5
- # Add files and commit
6
- git add app.py Dockerfile requirements.txt
7
- git commit -m "Add FastAPI application"
8
-
9
- # Push to deploy
10
- git push