Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
botmaster
/
testa
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
testa
/
app.py
botmaster
Create app.py
624f051
about 2 years ago
raw
Copy download link
history
blame
contribute
delete
Safe
64 Bytes
import
os
os.system(
"chmod +x train.sh"
)
os.system(
"./train.sh"
)