Spaces:
Running
Running
Delete Deployment command
Browse files- 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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|