Spaces:
Build error
Build error
freemt
commited on
Commit
·
419a6a5
1
Parent(s):
80c38e5
Update gradio.Interface examples
Browse files
app.py
CHANGED
|
@@ -25,6 +25,7 @@ iface = gr.Interface(
|
|
| 25 |
"cat /proc/version # show linux distro",
|
| 26 |
"free # show free memory",
|
| 27 |
"uname -m # show machine arch ",
|
|
|
|
| 28 |
"cat /proc/cpuinfo # show cpu info ",
|
| 29 |
],
|
| 30 |
title="probe the system",
|
|
|
|
| 25 |
"cat /proc/version # show linux distro",
|
| 26 |
"free # show free memory",
|
| 27 |
"uname -m # show machine arch ",
|
| 28 |
+
"df -h . # show disk space ",
|
| 29 |
"cat /proc/cpuinfo # show cpu info ",
|
| 30 |
],
|
| 31 |
title="probe the system",
|