Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
kby-ai
/
PalmPrintRecognition
like
2
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
justin2341
commited on
Nov 29, 2024
Commit
75728f3
·
verified
·
1 Parent(s):
82efc12
Update run.sh
Browse files
Files changed (1)
hide
show
run.sh
+5
-5
run.sh
CHANGED
Viewed
@@ -1,5 +1,5 @@
1
-
#!/bin/bash
2
-
3
-
cd /root/kby-ai-palmprint
4
-
#
exec python3 demo.py &
5
-
exec python3 app.py
1
+
#!/bin/bash
2
+
3
+
cd /root/kby-ai-palmprint
4
+
exec python3 demo.py &
5
+
exec python3 app.py