Zaryif Azfar commited on
Commit
66d62d4
·
1 Parent(s): 334200a

Fix deployment config: robust README and clean requirements

Browse files
Files changed (1) hide show
  1. deploy_now.sh +5 -0
deploy_now.sh ADDED
@@ -0,0 +1,5 @@
 
 
 
 
 
 
1
+ #!/bin/bash
2
+ echo "🚀 Deploying AI Detection System to Hugging Face..."
3
+ echo "You will be asked for your Username (Zaryifazfar) and Password (HF Token)."
4
+ git push -f origin main
5
+ echo "✅ Deployment command finished."