Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
kby-ai
/
IDCardRecognition
like
317
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
justin2341
commited on
21 days ago
Commit
64b23c2
·
verified
·
1 Parent(s):
155c76a
Update run.sh
Browse files
Files changed (1)
hide
show
run.sh
+3
-3
run.sh
CHANGED
Viewed
@@ -1,5 +1,5 @@
1
#!/bin/bash
2
3
-
cd
/
root/kby-ai-idcard
4
-
exec python3 demo.py &
5
-
exec python3 app.py
1
#!/bin/bash
2
3
+
#!/bin
/
bash
4
+
exec python3
/root/kby-ai-idcard/
demo.py &
5
+
exec python3
/root/kby-ai-idcard/
app.py