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
mshukor
commited on
Jul 14, 2023
Commit
2f68cd3
•
1 Parent(s):
1b3d854
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-0
app.py
CHANGED
Viewed
@@ -4,6 +4,7 @@ os.system('cd TimeSformer;'
4
'pip install -e .; cd ..')
5
6
os.system('ls -l')
7
8
9
4
'pip install -e .; cd ..')
5
6
os.system('ls -l')
7
+
os.system('pwd')
8
9
10