Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
ITNovaML
/
sparrow-data-itn
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
bfe03ac
sparrow-data-itn
/
cli
/
sparrowdata
ITNovaML
Upload 3 files
3d2a3a3
almost 2 years ago
raw
Copy download link
history
blame
Safe
204 Bytes
#!/bin/bash
command
-v python3 >/dev/null 2>&1 || {
echo
>&2
"Python 3 is required but it's not installed. Aborting."
;
exit
1; }
PYTHON_SCRIPT_PATH=
"sparrowdata.py"
python3
"
${PYTHON_SCRIPT_PATH}
"
"
$@
"