Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
Duplicated from
camenduru-com/webui
rufatcine
/
webui
like
0
Runtime error
App
Files
Files
Community
ae84741
webui
/
app.py
camenduru
Create app.py
ae84741
almost 2 years ago
raw
Copy download link
history
blame
124 Bytes
import
os
os.system(
f"python --version"
)
os.system(
f"pip show torch"
)
os.system(
f"pip show gradle"
)
os.system(
f"uname -r"
)