Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
mshukor
/
eP-ALM
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
mshukor
HF staff
commited on
Jul 14, 2023
Commit
e11fab8
·
1 Parent(s):
b9c9579
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -1,7 +1,7 @@
1
import os
2
3
os.system('cd TimeSformer;'
4
-
'
python
setup.py
build
develop;
cd ..')
5
6
os.system('ls -l')
7
1
import os
2
3
os.system('cd TimeSformer;'
4
+
'
pip
install
-e
.;
cd ..')
5
6
os.system('ls -l')
7