fongci commited on
Commit
984fc95
·
1 Parent(s): af9cd74

Update application

Browse files
Files changed (1) hide show
  1. Makefile +1 -1
Makefile CHANGED
@@ -29,5 +29,5 @@ deploy: ## 部署到 Hugging Face Spaces
29
  git commit -m "Update application"
30
  git push
31
 
32
- requirements: ## 更新 requirements.txt
33
  uv export --no-dev > requirements.txt
 
29
  git commit -m "Update application"
30
  git push
31
 
32
+ req: ## 更新 requirements.txt
33
  uv export --no-dev > requirements.txt