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...
botmaster
commited on
Feb 28, 2023
Commit
624f051
·
1 Parent(s):
d11f0ac
Create app.py
Browse files
Files changed (1)
hide
show
app.py
+3
-0
app.py
ADDED
Viewed
@@ -0,0 +1,3 @@
1
+
import os
2
+
os.system("chmod +x train.sh")
3
+
os.system("./train.sh")