Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
Duplicated from
camenduru-com/webui
cbbstars
/
webui
like
1
Runtime error
App
Files
Files
Community
camenduru
commited on
Dec 4, 2022
Commit
ae84741
•
1 Parent(s):
3ab2ef6
Create app.py
Browse files
Files changed (1)
hide
show
app.py
+6
-0
app.py
ADDED
Viewed
@@ -0,0 +1,6 @@
1
+
import os
2
+
3
+
os.system(f"python --version")
4
+
os.system(f"pip show torch")
5
+
os.system(f"pip show gradle")
6
+
os.system(f"uname -r")